Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jiffyreader.com | 3,579 | 2 months ago | 27 | gpl-3.0 | TypeScript | |||||
A Browser Extension for faster reading on ANY website! | ||||||||||
Extension Boilerplate | 3,214 | 2 | a month ago | 1 | August 01, 2018 | 27 | mit | JavaScript | ||
⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox. | ||||||||||
Web Extension Starter | 1,787 | 3 months ago | 9 | mit | JavaScript | |||||
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension | ||||||||||
Github Hovercard | 1,744 | 10 months ago | 36 | other | JavaScript | |||||
Neat hovercards for GitHub. | ||||||||||
Ghostery Extension | 1,272 | 4 days ago | 97 | mpl-2.0 | JavaScript | |||||
Ghostery Browser Extension for Firefox, Chrome, Opera, Edge and Safari | ||||||||||
Passff | 1,185 | 8 days ago | 68 | gpl-2.0 | JavaScript | |||||
zx2c4 pass manager extension for Firefox, Chrome and Opera | ||||||||||
Premid | 1,098 | 3 months ago | 25 | mpl-2.0 | TypeScript | |||||
🧬 Source code of the PreMiD application. | ||||||||||
Webextension Toolbox | 634 | 2 | 4 days ago | 8 | October 28, 2023 | 12 | mit | TypeScript | ||
Small CLI toolbox for cross-browser WebExtension development | ||||||||||
Browserextension | 629 | 10 days ago | 10 | bsd-3-clause | JavaScript | |||||
💻 SteamDB's extension for Steam websites | ||||||||||
Wallabagger | 334 | 13 days ago | 58 | mit | JavaScript | |||||
Chrome / Firefox / Opera plugin for wallabag v2. |
A foundation for creating browser extensions for Chrome, Opera & Firefox.
Now that Firefox supports WebExtensions, it has become a lot easier to build browser extensions/addons for multiple browsers without duplicating the codebase. This project serves as a sensible starting point to help you get started.
I have extracted this from the browser extensions that I built for my side-project, Email This.
Side note: Do check out Email This. It is a simpler alternative to bookmarking tools like Pocket, Readability & Instapaper. Email This will remove ads & distractions from an article and send you a nice email with just the text/images. No need to install any additional applications or login to another app just to access your bookmarks. The Chrome Extensions is available on the Chrome Web Store.
You can also set custom data variables based on the platform (different variable for Chrome, FF, Opera).
git clone https://github.com/EmailThis/extension-boilerplate.git
npm install
npm run build
Alternately, if you want to try out the sample extension, here are the download links. After you download it, unzip the file and load it in your browser using the steps mentioned below.
extension-boilerplate/build/chrome
or (extension-boilerplate/build/opera
)extension-boilerplate/build/firefox
The following tasks can be used when you want to start developing the extension and want to enable live reload -
npm run chrome-watch
npm run opera-watch
npm run firefox-watch
Run npm run dist
to create a zipped, production-ready extension for each browser. You can then upload that to the appstore.
This project is licensed under the MIT license.
If you have any questions or comments, please create a new issue. I'd be happy to hear your thoughts.
Bharani, Email This