WebExtensions for translating text on web pages (with Sõnaveeb support)
Go to file
Ne1s07 1cd9da3873 Fix the inserted <div> covering origin content (#151)
When inserting <div> after <body> element, it will create a new <body> to contain the new <div> element. This may cause part of the origin website content to be covered. So just use `beforeend` instead of `afterend` to avoid that.
2019-05-02 12:54:38 +09:00
other Add promotion images 2019-02-24 03:04:47 +09:00
src Fix the inserted <div> covering origin content (#151) 2019-05-02 12:54:38 +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 not working on pages inline style blocked by CSP 2019-03-23 15:58:42 +09:00
package.json Fix not working on pages inline style blocked by CSP 2019-03-23 15:58:42 +09:00
README.md Update README.md 2019-03-02 06:40:00 +09:00
webpack.config.dev.js Fix not working on pages inline style blocked by CSP 2019-03-23 15:58:42 +09:00
webpack.config.dist.js Fix not working on pages inline style blocked by CSP 2019-03-23 15:58:42 +09:00
webpack.utils.js Remove Opera version 2019-03-21 19:57:30 +09:00

Simple Translate

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

for Firefox

for Chrome

Translation

You can contribute by translating Simple Translate 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 simple-translate/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 simple-translate/dev/firefox