mycal123 / EdgeTranslate

A translation extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge Translate

996.icu

License License

Version Build Status codebeat badge FOSSA Status

Chrome Web Store Chrome Web Store Mozilla Add-on Mozilla Add-on

View this page in other languages:

Downloads

Microsoft Edge Add-ons / Chrome Web Store / Firefox Add-ons / QQ Browser Web Store / 360 Browser Web Store

Attention: The version in Firefox Add-ons does not support page translate anymore. If you need page translate, please refer to here.

Manually Install

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.

Chrome

  • Extract the .zip package to somewhere on your disk.

  • 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 directory of the extracted package.

QQ Browser

  • Extract the .zip package to somewhere on your disk.

  • Navigate to: qqbrowser://extensions/manage.

  • 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 directory of the extracted package.

Firefox

  • Installation will start automatically after the .xapi package is downloaded through Firefox browser.

360 Browser

  • Right click on the package file and choose "Use 360 Browser to open", then it will be installed automatically.

Build It By Yourself

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/.

Load Unpacked Extension In Your Browser

Chrome

  • 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.

Firefox

  • 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.

More Information

Wiki

Contact Us

E-mails: nickyc975, Mark Fenng

Telegram channel: Edge Translate Channel

QQ group: Edge Translate QQ Group

Join the channel or group to get Edge Translate beta packages before releases.

License

MIT AND NPL

Contributors

Help Localization

If you want to help localize Edge Translate, please read the following guide.

Localization

Sponsor

It took us much time and energy to develop this project. If it truly helped you in some way, you could reward us with cans of Coke to support us to keep improving it: PayPal.

But, this is completely voluntary. Sponsoring won't bring any special treatment and you can still use Edge Translate freely without sponsoring. Do it according to your capability!

About

A translation extension.

License:Other


Languages

Language:JavaScript 90.8%Language:CSS 5.5%Language:HTML 2.6%Language:Stylus 1.0%