Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 3.53 KB

firefox-addon.md

File metadata and controls

44 lines (36 loc) · 3.53 KB

Bookmarks tagged [firefox-addon]

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Examples

To illustrate how to use the WebExtension APIs, we maintain a repository of example extensions at https://github.com/mdn/webextensions-examples. This a...


https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions

Extensions, or add-ons, can modify and enhance the capability of a browser. Extensions for Firefox are built using the WebExtensions API cross-browser technology.


https://extensionworkshop.com/documentation/develop/create-an-appealing-listing/

There are two essential steps to getting people to use your add-on: they need to discover your add-on and open the listing page, then the listing page needs to encourage them to click the Add to Firef...


https://extensionworkshop.com/documentation/develop/debugging/

This article explains how to use the Firefox developer tools to debug extensions.

An extension can consist of several components—background scripts, popups, options pages, content scripts, sidebars, ...


https://github.com/mdn/webextensions-examples

The "webextensions-examples" repository is a collection of simple, complete, and installable WebExtensions. The examples show how to use the WebExtensions APIs, and you can use them as a starting poin...


https://extensionworkshop.com/documentation/develop/porting-a-google-chrome-extension/

Steps to migrate a chrome extension to Firefox addon