WebExtensions: Difference between revisions

Remove the list of unsupported APIs, we are maintaining that on MDN as well
(Remove the list of unsupported APIs, we are maintaining that on MDN as well)
Line 104: Line 104:
* default_locale
* default_locale


== List of supported APIs ==
== API support status ==


The list of fully or partially supported APIs is now maintained on [https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities MDN]. We intend to fix any of the exceptions listed there.
The list of APIs and their status is now maintained on [https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities MDN]. We intend to fix any of the exceptions listed there.


Please see [http://arewewebextensionsyet.com arewewebextensionsyet.com] for an up to date list of supported APIs that is taken by parsing schemas defined in mozilla-central.
Please see [http://arewewebextensionsyet.com arewewebextensionsyet.com] for an up to date list of supported APIs that is taken by parsing schemas defined in mozilla-central.
== List of APIs we will likely support in the future ==
* [https://developer.chrome.com/extensions/bookmarks bookmarks]
* [https://developer.chrome.com/extensions/commands commands]
* [https://developer.chrome.com/extensions/contextMenus contextMenus]
* [https://developer.chrome.com/extensions/cookies cookies]
* [https://developer.chrome.com/extensions/devtools Devtools (mostly panels)]
* [https://developer.chrome.com/extensions/downloads downloads]
* [https://developer.chrome.com/extensions/history history]
* [https://developer.chrome.com/extensions/idle idle]
* [https://developer.chrome.com/extensions/omnibox omnibox]
* [https://developer.chrome.com/extensions/permissions permissions]
* [https://developer.chrome.com/extensions/runtime#method-connectNative Native messaging (runtime.connectNative)]


== Additional APIs ==
== Additional APIs ==
Confirmed users
149

edits