Skip to content

Commit c538842

Browse files
authored
Merge pull request #267 from ppopth/update-v3-readme
Update installation instructions
2 parents 17e7fc0 + 9f9438a commit c538842

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ After that, the `dist` folder will contain all files required by the extension.
4242

4343
### Firefox
4444

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

6363
### Chrome
6464

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

6874
## Test Instruction
6975
```sh

0 commit comments

Comments
 (0)