Skip to content

Commit

Permalink
Merge pull request #42 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
feat: Add support for more browsers
  • Loading branch information
VampireChicken12 authored Sep 10, 2023
2 parents b9d9a38 + 6057e4b commit b95fc4a
Show file tree
Hide file tree
Showing 14 changed files with 12,573 additions and 12,404 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,13 @@ This command will bundle the extension's code and assets into a 'dist' directory

Now that you've built the extension, you can load it into your browser for testing:

- **Google Chrome:** Open Chrome and go to `chrome://extensions/`. Enable 'Developer mode', then click 'Load unpacked' and select the 'dist' directory.
- **Brave:** Open Chrome and go to `brave://extensions/`. Enable 'Developer mode', then click 'Load unpacked' and select the 'dist' directory.
- **Google Chrome:** Open Chrome and go to `chrome://extensions/`. Enable 'Developer mode', then click 'Load unpacked' and select the 'dist/Chrome' directory.

- **Microsoft Edge:** Open Edge and go to `edge://extensions/`. Enable 'Developer mode', then click 'Load unpacked' and select the 'dist/Chrome' directory.

- **Brave:** Open Brave and go to `brave://extensions/`. Enable 'Developer mode', then click 'Load unpacked' and select the 'dist/Chrome' directory.

- **Mozilla Firefox:** Open Firefox and go to `about:debugging#/runtime/this-firefox`. Click on 'Load Temporary Add-on' and select any file in the 'dist/Firefox" directory.

### 7. Test the Extension

Expand Down
Loading

0 comments on commit b95fc4a

Please sign in to comment.