Skip to content

Lingzhou314/EdgeTranslate

 
 

Repository files navigation

Edge Translate

Version Build Status codebeat badge License FOSSA Status

Chrome users Chrome stars Firefox users Firefox stars

View this page in other languages:

Downloads

Chrome Web Store / Firefox Add-ons / GitHub Release

Build It By Yourself

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

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-Fritz

License

MIT

About

A translator extension.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 4.7%
  • HTML 2.9%