All Projects → firefox-devtools → extension-examples

firefox-devtools / extension-examples

Licence: MPL-2.0 license
DevTools extension examples

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

DevTools Extension Examples

This repository is a collection of DevTools extension examples, demonstrating how to build add-ons for Firefox DevTools using the WebExtensions APIs.

Getting started

To install and run any of the add-ons in this repository, follow the instructions for temporary installation in Firefox.

This is the developer way of doing it, and is not the way users of your add-ons will use.

If you're new to the WebExtensions + DevTools world, we recommend you look at the add-ons in the following order. Each directory contains a README file with more information related to that add-on.

devtools-panel

Shows how to create a new panel in DevTools.

console

Demonstrates how to evaluate scripts in the inspected window (i.e. the content scope).

messaging

(Work in progress)

Demonstrates how to communicate among different scopes.

More resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].