extension.setUpdateUrlData()
Legt Parameter für die Update-URL der Erweiterung fest. Dieser Wert wird für Erweiterungen, die im Store des Browseranbieters gehostet werden, ignoriert.
Syntax
js
browser.extension.setUpdateUrlData(
data // string
)
Parameter
data
-
string
.
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
setUpdateUrlData |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Beispiele
Hinweis:
Diese API basiert auf der chrome.extension
API von Chromium. Diese Dokumentation ist abgeleitet von extension.json
im Chromium-Code.