An open API service indexing awesome lists of open source software.

https://github.com/axel-dev/install-webextension

How to manually install a webextension
https://github.com/axel-dev/install-webextension

howto tutorial webextension

Last synced: 9 days ago
JSON representation

How to manually install a webextension

Awesome Lists containing this project

README

          

### Chrome
1. Unzip the downloaded file.
2. Activate the developer mode under your extensions settings to be able to load the extension.
3. Load the extracted extension folder or the `manifest.json` file.
![load-in-chrome](images/load-in-chrome.gif)

### Edge
1. Unzip the downloaded file.
2. Activate the developer mode under your extensions settings to be able to load the extension.
3. Load the extracted extension folder or the `manifest.json` file.
![load-in-edge](images/load-in-edge.png)

> https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/extension-sideloading

### Firefox
1. Go to `about:config` (enter it into address bar).
2. Set `xpinstall.signatures.required` to `false`.
3. Go to `about:addons`.
4. Drag & drop the extension zip file or click on the ![cog](images/cog.png) & choose install add-on from file.
![install-in-firefox](images/install-in-firefox.png)