webextensions-examples icon indicating copy to clipboard operation
webextensions-examples copied to clipboard

Example Firefox add-ons created using the WebExtensions API

Results 86 webextensions-examples issues
Sort by recently updated
recently updated
newest added

I try to find good html code example of `Options` page for my extension, and find `forget-it` extension, but it `Options` page looks ugly: ![screenshot_20190104_082149](https://user-images.githubusercontent.com/336662/50674716-c9e4d000-0ff9-11e9-81ec-9fb724487f5c.png) Why checkboxes are not aligned...

Getting this when running the find-across-tabs extension. Occurred it on 60.4.0esr (64-bit) running on Debian ``` ReferenceError: browser is not defined[Learn More] find.js:1:5 file:///home/username/webextensions-examples-master/find-across-tabs/find.js:1:5 ```

When I tried to load chill-out into firefox and run it, the debugger said "There was an error during installation: JSON.parse: unexpected character at line 7 column 1 of the...

We have a directory (https://github.com/mdn/webextensions-examples/tree/master/build) of built and signed versions of the extensions in this repo, for people who don't want to use "temporary install". This was created in https://github.com/mdn/webextensions-examples/pull/162....

Can you add example(s) on how to use webassembly in extensions? With some suggestions on what scenarios it will be good to use webassembly in extensions?

So, I was thinking of doing a different version of the Emoji map extension using idioms instead of emojis. Would that be a good idea?

I would like to see screenshots of the example extensions. So I can get an idea on how they would look without having to install them.

I have loaded the List-cookies extension and found its not working at all, I couldn't figure out why, can anyone figure out why and also show me the expected output...

Hi! on windows, when i close the browser, it owns the native side app and close it as well. but i have issue achieving the same on linux. is there...

Similar to [React / ES6 Popup Example](https://github.com/mdn/webextensions-examples/tree/master/react-es6-popup) There are a few guides out there ([here](https://cito.github.io/blog/web-ext-with-angular/) and [here](https://www.sitepoint.com/chrome-extension-angular-2/)), but I'd like to see an official example that works out of the...

help wanted