commit 0f5f1e77a2525d074c615db03eda6307ba546a29 Author: OverPoweredDev Date: Sun Jun 27 13:31:57 2021 +0530 added firefox installation info diff --git a/README.md b/README.md index f619389..24525af 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Table of Contents - [Installation](#installation) - - [Chrome/Chromium](#chrome-and-other-chromium-based-browsers) + - [Chrome/Chromium](#chrome-and-chromium) - [FireFox](#firefox) - [Edge](#microsoft-edge) - [Navigation](#navigation) @@ -15,7 +15,7 @@ ## Installation -### Chrome and other Chromium-based Browsers +### Chrome and Chromium @@ -23,7 +23,8 @@ 1. Navigate to `chrome://extensions` in your browser. You can also access this page by clicking on the Chrome menu on the top right side of the Omnibox (three vertical dots), hovering over More Tools and selecting Extensions. 2. Check the box next to Developer Mode. -3. Click Load Unpacked Extension and select the `apertium-webext/src/` directory within apertium-webext. +3. Click Load Unpacked Extension and select the `apertium-webext/src/` directory. +4. Finally, Enable the plugin by checking the toggle switch in the extension details box.
@@ -31,6 +32,17 @@ And you're done! you can use the extension to translate within the pop-up or hov ### FireFox + + +
+ +1. Navigate to `about:debugging` and select 'This FireFox' +2. After clicking on "Load Temporary Add-on", select `apertium-webext/src/manifest.json` + +
+ +With that, you're done. For more detailed instructions, check out [this MDN page](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing) + ### Microsoft Edge diff --git a/misc/firefox-extension-select.png b/misc/firefox-extension-select.png new file mode 100644 index 0000000..68eaffa Binary files /dev/null and b/misc/firefox-extension-select.png differ diff --git a/misc/location-in-folder.png b/misc/location-in-folder.png deleted file mode 100644 index f1f0e65..0000000 Binary files a/misc/location-in-folder.png and /dev/null differ