Skip to content

Commit

Permalink
Augment CONTRIBUTING.md with steps on how to load the extension. Cred…
Browse files Browse the repository at this point in the history
…it to iSeeU816 for the loading process, which can be found on issue #1625. (#1919)
  • Loading branch information
colossatr0n authored Oct 10, 2024
1 parent 965301c commit c5344c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ Please use below template to report issue, or you could click menu item from Sur

npm run build:dev # build development version
browser=firefox npm run build:dev # build development version for firefox

## Load Extension

To load the extension:
1. Build using npm.
2. Open the browser's extension page.
- For Chrome, this can be accessed through "chrome://extensions".
3. Disable the Surfingkeys extension that was installed from the Google Chrome Store.
4. Enable "Developer mode" then click "Load unpacked."
5. For versions prior to v1.x, navigate to `<pathToSurfingkeys>/dist/Chrome-extensions`
6. For version v1.x, navigate to `<pathToSurfingkeys>/dist/<env>/<browser>`.

0 comments on commit c5344c7

Please sign in to comment.