Skip to content
#

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...

lowwebtech
lowwebtech commented Nov 1, 2020

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 :/

good first issue effort: med type: feature or enhancement impact: high

A Chrome (http://bit.ly/ChromePrivateX) and Firefox (http://tiny.cc/privatex) browser extension which provide safe access by reminding the user to open Banking sites using Private Browsing mode. Also, this extension by default chops off the Google Analytics tracking (i.e. Urchin Tracking Monitor) tokens from the URL's query string before the web Request is made.

  • Updated Mar 11, 2019
  • JavaScript
rugk
rugk commented Jun 3, 2019

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
enhancement good first issue hacktoberfest

Created by Browser Extension Community Group

Released May 7, 2015

Website
browserext.github.io

Related Topics

browser chrome chrome-extension edge firefox firefox-extension mozilla opera w3c