WebExtension
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 906 public repositories matching this topic...
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Feb 24, 2021 - TypeScript
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Feb 23, 2021 - TypeScript
Add SyncTube
I'm generally very satisfied with the extension, but sometimes you find the websites that are not supported. Recently, me and my friend had some problem with setuping Discord to listen to music together, so we moved to the first Google result.
the general idea is very simple. After joining the room, everyone can search for the videos and play them in embed player, which
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Feb 24, 2021 - JavaScript
- Linux
- Windows
- Firefox
Linux is pretty similar and even easier than macOS, there is a google-chrome binary in PATH and it can be parsed to any of the channels. (google-chrome --version)
-
Updated
Jan 27, 2021 - SCSS
-
Updated
Feb 18, 2021 - JavaScript
Please add a dark theme or better use the system theme.
Thanks
openSuse 15.2
kde apps 20.12.1
plasma 5.20.5
frameworks 5.78.0
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Jan 6, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
I find that the extension has a significant impact on my eyes when setting grey/whitelists. I could not find any other issue related to this, so I thought it could be something to be considered.
Describe the solution you'd like
Implement a inverted or dark color scheme for the extension UI.
**Describe alternatives y
import text file
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Feb 23, 2021 - TypeScript
-
Updated
Feb 23, 2021 - TypeScript
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 22, 2021 - TypeScript
-
Updated
Feb 7, 2021 - Vue
-
Updated
Jan 17, 2021 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 25, 2020 - HTML
Created by Browser Extension Community Group
Released May 7, 2015
- Website
- browserext.github.io
I wanted to set multiple query parameters:
urlmodify -s sort new -s depth 1or
urlmodify -s sort new depth 1to get:
?sort=new&depth=1But urlmodify -s can only accept a single pair, and multiple -s flags cannot be passed.
I ended up using
js window.location.href += "?sort=new&depth=1"but that only works in some cases.