Changes

Jump to: navigation, search

WebExtensions

51 bytes added, 21:53, 3 August 2017
update webextensions definition, typo
'''If you are looking for documentation on how to develop an extension with WebExtensions APIs with Firefox, [https://developer.mozilla.org/en-US/Add-ons/WebExtensions please check out MDN].'''
This page is an introduction to Mozilla's implementation of WebExtensions, a new browser extension API; a cross-browser system for developing extensions. The goals of this API are:
* Porting add-ons to and from other browsers should be easier.
* Reviewing add-ons for addons.mozilla.org (AMO) should be easier.
== Out-of-process Extensions ==
Extensions developed with WebExtension WebExtensions APIs are compatible with Electrolysis. They run in the main Firefox process (except for content scripts, which run in the same process as web content). We are considering a plan to run extensions in a separate process (or possibly the content process) eventually, see {{Bugzilla|1190679}} for more details.
Technical details about the implementation are published at [[WebExtensions/Implementing_APIs_out-of-process]].
Confirm
47
edits

Navigation menu