firefox-webextensions.md

July 15, 2021 · View on GitHub

Bookmarks tagged [firefox-webextensions]

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

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


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


Test permission requests

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


Browser support for JavaScript APIs - Mozilla | MDN

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


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


A code, bundle, pack workflow for webextension projects - DEV Community 👩‍💻👨‍💻

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


mozilla/web-ext

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

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


Extension Compatibility Tester

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


GitHub - notlmn/browser-extension-template

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

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