File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3838 generate_release_notes : true
3939 files : |
4040 ./.output/${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}-chrome.zip
41+ ./.output/${{ env.PACKAGE_NAME }}-${{ env.PACKAGE_VERSION }}-firefox.zip
4142
4243permissions :
4344 contents : write
Original file line number Diff line number Diff line change @@ -35,12 +35,25 @@ npm install azot
3535npm install -g azot
3636```
3737
38- ### Browser extension
38+ ### Chrome extension
3939
4040** Developer Mode** needs to be enabled in ` chrome://extensions/ ` page
4141
42421 . Download archive from [ latest release] ( https://github.com/vitalygashkov/azot/releases/latest )
43- 2 . Drag and drop downloaded zip file to ` chrome://extensions/ ` page
43+ 2 . Go to ` chrome://extensions/ ` page
44+ 3 . Ensure Developer Mode enabled and then drag and drop downloaded zip file to this page
45+
46+ [ Read Google's guide] ( https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked )
47+
48+ ### Firefox extension
49+
50+ 1 . Download archive from [ latest release] ( https://github.com/vitalygashkov/azot/releases/latest )
51+ 2 . Go to ` about:debugging#/runtime/this-firefox ` page
52+ 3 . Click ` Load Temporary Add-on ` button and choose downloaded zip file
53+
54+ > Temporary add-on is not persistent and will be removed after browser restart
55+
56+ [ Read Mozilla's guide] ( https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing )
4457
4558## Usage
4659
You can’t perform that action at this time.
0 commit comments