You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Submit translations to [Crowdin](https://crowdin.com/project/reverse-image-searc
8
8
9
9
## Installation
10
10
11
-
-~~Available for Firefox on [addons.mozilla.org](https://addons.mozilla.org/firefox/addon/image-reverse-search/)~~ Mozilla removed the add-on from their store, [full story here](https://github.com/Brawl345/Image-Reverse-Search-WebExtension/issues/84)
11
+
- Available for Firefox on [addons.mozilla.org](https://addons.mozilla.org/firefox/addon/image-reverse-search/)
12
12
- Available for Firefox Developer Edition, Nightly and unbranded builds in the [Releases section](https://github.com/Brawl345/Image-Reverse-Search-with-Google/releases) (unsigned XPI)
13
13
- Available for Chrome and Edge in the [Chrome Web Store](https://chrome.google.com/webstore/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco)
14
14
- Available for Opera in the [Opera Add-Ons Store](https://addons.opera.com/extensions/details/image-reverse-search/)
@@ -35,6 +35,8 @@ Submit translations to [Crowdin](https://crowdin.com/project/reverse-image-searc
35
35
1.`npm ci`
36
36
2.`npm run web-ext:build`
37
37
38
+
Code is built inside `public/build/` and the finished ZIP is in the `web-ext-artifacts/` folder.
0 commit comments