Skip to content

Commit

Permalink
Updte install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jul 11, 2022
1 parent 3fb8cba commit 11d24c3
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,18 @@ extension. It also makes it a lot easier to use the browser development tools.
## Load the extension into the browser for testing
- [Mozilla: Installing Web Extensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing)
- [Chrome: Loading unpacked extensions](https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked)
* Chromium based browsers
Open the "extensions" page [chrome://extensions/](chrome://extensions/) and
drag/drop the generated `.zip` file onto that page
Alternatively, follow the instructions on
[Chrome: Loading unpacked
extensions](https://developer.chrome.com/docs/extensions/mv3/getstarted/#unpacked)
with the unzipped contents.
* Mozilla based browsers
Either unzip the `.zip` file from the dist folder, or use the `dist/mozilla`
folder and follow the steps detailed on [Mozilla: Installing Web
Extensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing)

0 comments on commit 11d24c3

Please sign in to comment.