- alarms
- bookmarks
- browserAction
- browsingData
- commands
- contextMenus
- contextualIdentities
- cookies
- devtools.inspectedWindow
- devtools.network
- devtools.panels
- downloads
- events
- extension
- extensionTypes
- history
- i18n
- identity
- idle
- management
- notifications
- omnibox
- pageAction
- permissions
- privacy
- proxy
- runtime
- sessions
- sidebarAction
- storage
- tabs
- topSites
- types
- webNavigation
- webRequest
- windows
Command-line arguments
On Linux and Mac, Chrome passes one argument to the native app, which is the origin of the add-on that started it, in the form: chrome-extension://[extensionID]
. This enables the app to identify the add-on.
On Windows, Chrome passes two arguments: the first is the origin of the add-on, and the second is a handle to the Chrome native window that started the app.
allowed_extensions
In Chrome, the allowed_extensions
key in the app manifest is called allowed_origins
instead.
App manifest location
Chrome expects to find the app manifest in a different place. See Native messaging host location in the Chrome docs.
Feature | Chrome | Firefox | Edge | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic Support | 1.0 | 1.0 | 12 | 4 | 3.5 | 1.0 |
Multiple backgrounds | 1.0 | 3.6 | 12 | 9 | 10.5 | 1.3 |
SVG image as background | 31.0 | 9.0 | 12 | 9.0 | 21.0 | 5.1 |
Values of background-size longhand | 21.0 | 9.0 | 12 | 9.0 | 21.0 | 5.1 |
Values of background-origin longhand | 21.0 | 22.0 | 12 | 9.0 | 21.0 | 5.1 |
Values of background-clip longhand | 21.0 | 22.0 | 12 | 9.0 | 21.0 | 5.1 |
Feature | Android | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic Support | 2.1 | ? | (Yes) | 1.0 | 10.0 | 5.0 | 3.2 |
Multiple backgrounds | 2.1 | ? | (Yes) | 1.0 | 10.0 | ? | 3.2 |
SVG image as background | 3.0 | ? | (Yes) | 4.0 | 10.0 | (Yes) | 4.2 |
Values of background-size longhand | 3.0 | ? | (Yes) | 18.0 | 10.0 | (Yes) | 4.0 |
Values of background-origin longhand | 3.0 | ? | (Yes) | 22.0 | 10.0 | (No) | 4.0 |
Values of background-clip longhand | 3.0 | ? | (Yes) | 22.0 | 10.0 | (No) | 4.0 |
Each article documenting an interface method needs this tag. See RTCPeerConnection.createOffer()
for example.
List of all pages under "Add-ons"
Document Tags and Contributors
Last updated by:
wbamberg,