View this page in other languages:
Chrome Web Store / Firefox Add-ons / QQ Browser Web Store / 360 Browser Web Store
Firstly you need to download the extension package for your browser (Chrome and QQ Browser use the same package) from GitHub Releases.
It is always recommended to download the latest version.
-
Navigate to:
chrome://extensions
. -
Enable
Developer mode
. It should be in the upper right corner of the page. -
Drag the extension package into the page and you will see the notification asking you to grant permissions.
-
Navigate to:
qqbrowser://extensions/manage
. -
Enable
Developer mode
. It should be in the upper right corner of the page. -
Drag the Installation package into the page and you will see the notification asking you to grant permissions.
- Installation will start automatically after the
.xapi
package is downloaded through Firefox browser.
- Right click on the package file and choose "Use 360 Browser to open", then it will be installed automatically.
To build the extension, you need to have Node.js installed.
Clone the repository:
git clone https://github.com/EdgeTranslate/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 Fenng