firefox-addon.md

July 15, 2021 · View on GitHub

Bookmarks tagged [firefox-addon]

www.codever.land/bookmarks/t/firefox-addon

Example extensions - Mozilla | MDN

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...


Browser Extensions Docs - Mozilla | MDN

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.


Create an appealing listing | Firefox Extension Workshop

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...


Debugging | Firefox Extension Workshop

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, ...


mdn/webextensions-examples

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...


Porting a Google Chrome extension

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

Steps to migrate a chrome extension to Firefox addon