ef62d24aa4
* New translations messages.json (Chinese Traditional) * New translations messages.json (Japanese) * New translations messages.json (Urdu (Pakistan)) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Tagalog) * New translations messages.json (Swedish) * New translations messages.json (Spanish) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Russian) * New translations messages.json (Romanian) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian) * New translations messages.json (Korean) * New translations messages.json (Italian) * New translations messages.json (Afrikaans) * New translations messages.json (Dutch) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Chinese Simplified) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (Filipino) * New translations messages.json (Indonesian) * New translations messages.json (Finnish) * New translations messages.json (French) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Vietnamese) |
||
---|---|---|
other | ||
src | ||
.gitignore | ||
config.json | ||
crowdin.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.dev.js | ||
webpack.config.dist.js | ||
webpack.utils.js |
Simple Translate
Quickly translate selected text on web page. In toolbar popup, you can translate input text.
Translation
You can contribute by translating Simple Translate on Crowdin.
Developing
- Clone the repository
git clone https://github.com/sienori/simple-translate
- Run
npm install
- Run
npm run watch-dev
Load the extension in Chrome
- Open Chrome browser and navigate to
chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose to
simple-translate/dev/chrome
Load the extension in Firefox
- Open Firefox browser and navigate to
about:debugging
- Click "Load Temporary Add-on" and from the file browser, choose
simple-translate/dev/firefox