commit 827c1b78a1ae4ec4474e4be5c5f6770dd6fae741 Author: OverPoweredDev Date: Thu Jun 17 16:42:34 2021 +0530 added instructions for installation on chrome diff --git a/README.md b/README.md index ba8a93e..9ebc8f4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ ## Installation ### Chrome and other Chromium-based Browsers +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. + +![chrome-extension-select](https://github.com/apertium/apertium-webext/blob/master/misc/chrome-extension-select.png) +2. Check the box next to Developer Mode. + +![location-select](https://github.com/apertium/apertium-webext/blob/master/misc/location-in-folder.png) +3. Click Load Unpacked Extension and select the src directory within apertium-webext. + +And you're done! you can use the extension to translate within the pop-up or hover on words as you like. ### FireFox diff --git a/misc/chrome-extension-select.png b/misc/chrome-extension-select.png new file mode 100644 index 0000000..df1763e Binary files /dev/null and b/misc/chrome-extension-select.png differ diff --git a/misc/location-in-folder.png b/misc/location-in-folder.png new file mode 100644 index 0000000..f1f0e65 Binary files /dev/null and b/misc/location-in-folder.png differ