Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1080768 of Porting a Google Chrome extension

  • Revision slug: Mozilla/Add-ons/WebExtensions/Porting_from_Google_Chrome
  • Revision title: Porting from Google Chrome
  • Revision id: 1080768
  • Created:
  • Creator: wbamberg
  • Is current revision? No
  • Comment

Revision Content

{{AddonSidebar}}

WebExtensions are designed for cross-browser compatibility: to a large extent the technology is compatible with the extension API supported by Google Chrome and Opera. Extensions written for these browsers will in most cases run in Firefox with just a few changes. The process of porting an extension from Chrome or Opera is like this:

  1. Review your use of manifest.json features and WebExtension APIs against the Chrome incompatibilities reference. If you're using features or APIs that are not yet supported in Firefox, you may not be able to port your extension yet.
  2. Install your extension in Firefox and test it out.
  3. If you have any problems, contact us on the dev-addons mailing list or #webextensions on IRC.
  4. Submit your add-on to AMO for signing and distribution.

Revision Source

<p>{{AddonSidebar}}</p>

<p>WebExtensions are designed for cross-browser compatibility: to a large extent the technology is compatible with the <a class="external external-icon" href="https://developer.chrome.com/extensions">extension API</a> supported by Google Chrome and Opera. Extensions written for these browsers will in most cases run in Firefox with just a few changes. The process of porting an extension from Chrome or Opera is like this:</p>

<ol>
 <li>Review your use of manifest.json features and WebExtension APIs against the <a href="/en-US/Add-ons/WebExtensions/Chrome_incompatibilities">Chrome incompatibilities reference</a>. If you're using features or APIs that are not yet supported in Firefox, you may not be able to port your extension yet.</li>
 <li><a href="/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox">Install your extension in Firefox</a> and test it out.</li>
 <li>If you have any problems, contact us on the <a class="external external-icon" href="https://mail.mozilla.org/listinfo/dev-addons">dev-addons mailing list</a> or <a href="irc://irc.mozilla.org/webextensions">#webextensions</a> on <a class="external external-icon" href="https://wiki.mozilla.org/IRC">IRC</a>.</li>
 <li><a href="/en-US/Add-ons/WebExtensions/Publishing_your_WebExtension">Submit your add-on to AMO for signing and distribution</a>.</li>
</ol>

<ul>
</ul>
Revert to this revision