Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 5.79 KB

firefox-webextensions.md

File metadata and controls

72 lines (59 loc) · 5.79 KB

Bookmarks tagged [firefox-webextensions]

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://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://extensionworkshop.com/documentation/develop/test-permission-requests/

Your extension may contain two types of permission request: install time and runtime permission requests. This page explains how you can test the way your users will see requests for these permissions...


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


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://dev.to/ramitmittal/a-code-bundle-pack-workflow-for-webextension-projects-4nhe

Till now we have been working with a bare-minimum setup for building webextensions. A lot of the tasks we have been doing can be automated. In this post, we will learn how to use bash scripts in our w...


https://github.com/mozilla/web-ext

This is a command line tool to help build, run, and test WebExtensions.


https://www.extensiontest.com/

Extension Compatibility Test for Firefox

Use this tool to test your extension’s compatibility with Firefox! To receive a report, upload your .crx file. We’ll also provide you with resources and i...


https://github.com/notlmn/browser-extension-template

📕 Barebones boilerplate with webpack, options handler and auto-publishing - notlmn/browser-extension-template