webextensions-examples
webextensions-examples copied to clipboard
Example Firefox add-ons created using the WebExtensions API
New MV3 examples shall be created and added to the current examples.
Update the `commands` sample to have 2 commands Before the change, the sample showed how to add one command, and how to update it, reset it, and respond to it....
Extensions are loaded at about:debugging#/runtime/this-firefox not about:debugging
https://www.python.org/doc/sunset-python-2/ > Sunsetting Python 2 > > We are volunteers who make and take care of the Python programming language. We have decided that January 1, 2020, was the day...
https://github.com/mdn/webextensions-examples/tree/master/context-menu-copy-link-with-types the context-menu does not show for me on x86 PC firefox. Just does not appear after I do in bash : `web-ext run` the example is being referred to...
1. Fixes https://github.com/mdn/content/issues/12813 Scales icon sizes to match description in https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_second_WebExtension . 2. Their license terms do not talk about modification, but I hope they permit scaling (alongwith backlinking). 3....
_theme-integrated-sidebar_ is an example extension intended to show a sidebar that reflects the colors of the current browser theme. `browser.theme.getCurrent();` is used to get the current window's theme, and the...
Ref: https://github.com/mdn/webextensions-examples/blob/master/native-messaging/add-on/background.js And perhaps it should. Python-side too.
I noticed that several menu examples in this repo are not showing up on MDN, probably because they are not listed in examples.json. I just looked at all top directories...