web-extensions
Universal standard for creating browser extensions.
Working through a W3C charter group, Mozilla has partnered with Microsoft and Opera to define a browser extension API that works across multiple browsers.
There is currently a preliminary specification that matches what Google has implemented in Chrome so that extensions written to the specification could potentially work on Chrome, Edge, Opera and Firefox.
Here are 62 public repositories matching this topic...
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
Apr 23, 2022 - JavaScript
-
Updated
Apr 24, 2022 - JavaScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
Feb 1, 2022 - JavaScript
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
Aug 7, 2021 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Apr 24, 2022 - TypeScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Jan 19, 2018 - JavaScript
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Jun 12, 2021 - TypeScript
Test managed storage
Explanation/tracked in rugk/offline-qr-code#177
Screenshots
-
Updated
Jan 25, 2022 - TypeScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Apr 24, 2022 - TypeScript
The web app version should be displayed somewhere, for example at the bottom next to View on GitHub. It should be the version defined in package.json.
Possible solutions:
- webpack.DefinePlugin
import { version } from "./package.json"using a JSON loader- ...
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Mar 11, 2019 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
Possibly required for rugk/offline-qr-code#201...
TODO:
- allow dev to specify a function instead of the actual default value…
- automatically execute that function, if the value is accessed
- Edit: AFAIK, you also need to exclude the function from being tried to get frozen, because this cannot be done for a function?
🤔 (in the end, this then also require
Test managed storage
-
Updated
Apr 25, 2020 - CSS
-
Updated
Oct 25, 2021 - TypeScript
-
Updated
Nov 19, 2020 - JavaScript
Created by Browser Extension Community Group
Released May 7, 2015
- Website
- browserext.github.io

Hello,
Thank you for your work.
Would it be possible to add npm tasks to automatically publish to the Firefox and Chrome stores?
It is possible with:
https://www.npmjs.com/package/web-ext-submit FF
https://www.npmjs.com/package/chrome-webstore-upload-cli Chrome
I will submit a PR if I find some time :/