View this page in other languages:
Chrome Web Store / Firefox Add-ons / GitHub Release
To build the extension, you need to have Node.js installed.
Clone the repository:
git clone https://github.com/nickyc975/EdgeTranslate.git
Install dependencies:
npm install
Build Chrome version:
npm run build:chrome
Build Firefox version:
npm run build:firefox
After building finished, you will get the unpacked extension under ./build/chrome/ and ./build/firefox/ .
-
Navigate to: chrome://extensions .
-
Enable "Developer mode". It should be in the upper right corner of the page.
-
Click "Load unpacked" in the upper left corner.
-
Navigate to the repository you just cloned, select build/chrome.
-
Now you can try this extension in Chrome.
-
Navigate to: about:debugging .
-
Check the "Enable add-on debugging" box if it's not checked.
-
Click "Load Temporary Add-on".
-
Navigate to the repository you just cloned, open build/firefox, select any file in this directory.
-
Now you can try this extension in Firefox.
E-mails: nickyc975, Mark-Fritz