Selection Translator
It's a simple selection translator. No complex UI !
What is Selection Translator?
Selection Translator is a Chrome extension developed by Sita's, and its main feature is "It's a simple selection translator. No complex UI !".
Extension Screenshots
Download Selection Translator Extension CRX File
Download Selection Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Just select the text and you are done ! This is time saving, fast and simple to use.
Extension Basic Information
Name | Selection Translator |
ID | anhalogecnnmbgojhjffbdfimlpemoop |
Official URL | https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop |
Description | It's a simple selection translator. No complex UI ! |
File Size | 8.42 KB |
Installation Count | 462 |
Current Version | 0.1.9 |
Last Updated | 2018-09-05 |
Publish Date | 2018-09-05 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Sita's |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Translator", "version": "0.1.9", "description": "It's a simple selection translator. No complex UI !", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |