WebExtensions for translating text on web pages (with Sõnaveeb support)
Go to file
2019-02-24 05:53:03 +09:00
other Add promotion images 2019-02-24 03:04:47 +09:00
src Compress icons 2019-02-24 05:53:03 +09:00
.gitignore Introduce Webpack 2019-02-20 17:10:03 +09:00
config.json Introduce Webpack 2019-02-20 17:10:03 +09:00
crowdin.yml Update Crowdin configuration file 2019-02-21 03:26:28 +09:00
LICENSE Introduce Webpack 2019-02-20 17:10:03 +09:00
package-lock.json Fix to not embed images in content 2019-02-24 05:08:26 +09:00
package.json Fix to not embed images in content 2019-02-24 05:08:26 +09:00
README.md Update README.md 2019-02-24 03:43:20 +09:00
webpack.config.dev.js Fix to not embed images in content 2019-02-24 05:08:26 +09:00
webpack.config.dist.js Fix to not embed images in content 2019-02-24 05:08:26 +09:00
webpack.utils.js Update build of opera 2019-02-24 03:35:42 +09:00

Simple Translate

Quickly translate selected text on web page. In toolbar popup, you can translate input text.

for Firefox

Translation

You can contribute by translating Tab Session Manager on Crowdin.

Developing

  1. Clone the repository git clone https://github.com/sienori/simple-translate
  2. Run npm install
  3. Run npm run watch-dev

Load the extension in Chrome

  1. Open Chrome browser and navigate to chrome://extensions
  2. Select "Developer Mode" and then click "Load unpacked extension..."
  3. From the file browser, choose to tab-session-manager/dev/chrome

Load the extension in Firefox

  1. Open Firefox browser and navigate to about:debugging
  2. Click "Load Temporary Add-on" and from the file browser, choose tab-session-manager/dev/firefox