webextensions-examples
webextensions-examples copied to clipboard
Example Firefox add-ons created using the WebExtensions API
### Description from https://github.com/mdn/webextensions-examples/issues/557 : > this line will throw when you create required key in `HKEY_LOCAL_MACHINE` instead of `HKEY_CURRENT_USER` ( which is allowed ) , so this script should...
this line will throw when you create required key in `HKEY_LOCAL_MACHINE` instead of `HKEY_CURRENT_USER` ( which is allowed ) , so this script should not behave like this : https://github.com/mdn/webextensions-examples/blob/faadfca8ddce0c02cc20c3c261c76a9b50073122/native-messaging/check_config_win.py#L22...
### What information was incorrect, unhelpful, or incomplete? The README says: > Inject content script: this sends a message to the extension's background script, asking it to inject a given...
Updates the stored-credentials example to use Manifest V3 and to add support for Chrome. This demo now works in Firefox and Chrome. It does not work in Safari because at...
### Description The following updates were made to the `native-messaging` example. * Change the shebang in `app/ping_pong.py` explicitly use Python 3 instead of Python 2 * Change the `app/ping_pong_win.bat` runner...
### Description ### Motivation Improve the example. ### Additional details ### Related issues and pull requests
### Description ### Motivation Improve the example. ### Additional details ### Related issues and pull requests
### Description ### Motivation Improve the example. ### Additional details ### Related issues and pull requests
### Description ### Motivation Improve the example. ### Additional details ### Related issues and pull requests
### Description ### Motivation Improve the example. ### Additional details ### Related issues and pull requests