File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments