Skip to content

Commit

Permalink
Merge pull request #267 from ppopth/update-v3-readme
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
ppopth committed Oct 19, 2021
2 parents 17e7fc0 + 9f9438a commit c538842
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ After that, the `dist` folder will contain all files required by the extension.

### Firefox

- Build by following the [Build Instructions](#build-instructions).
- Open Firefox and go to `about:debugging`.
- Build by following the [Build Instruction](#build-instruction).
- Open Firefox and go to `about:debugging#/runtime/this-firefox`.
- Click on 'Load Temporary Add-on' button.
- Select `manifest.json` from `dist` folder.
- Check extension logo appears in the top-right corner and 0 passes
Expand All @@ -62,8 +62,14 @@ After that, the `dist` folder will contain all files required by the extension.

### Chrome

Same as above, except the extension should be loaded at
`chrome://extensions` instead.
- Build by following the [Build Instruction](#build-instruction).
- Open Chrome and go to `chrome://extensions`.
- Turn on the Developer mode on the top-right corner.
- Click on 'Load unpacked' button.
- Select the `dist` folder.
- Check extension logo appears in the top-right corner and follow
the same instruction as in Firefox. (If you cannot see the extension logo,
it's probably just not pinned to the toolbar yest)

## Test Instruction
```sh
Expand Down

0 comments on commit c538842

Please sign in to comment.