The Easy Translator
The very easy in use translator.
What is The Easy Translator?
The Easy Translator is a Chrome extension developed by Sergey Vasilyev, and its main feature is "The very easy in use translator.".
Extension Screenshots
Download The Easy Translator Extension CRX File
Download The Easy 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
The Easy Translator is very easy in use translator from any language supported by the Google Translator to your language. On the options page you can choose either autodetect or particular language from which you would like a selected on a page word or text be translated and select the language to which to translate. Just select a text -> right click -> Translate... or Select a text -> press keyboard shortcut (Ctrl+Shift+E, configurable) Enjoy the Easy Translator!
Extension Basic Information
Name | The Easy Translator |
ID | ambcfpifajmjgfdaafnjdollbfemaeeg |
Official URL | https://chromewebstore.google.com/detail/the-easy-translator/ambcfpifajmjgfdaafnjdollbfemaeeg |
Description | The very easy in use translator. |
File Size | 11.81 KB |
Installation Count | 10,000 |
Current Version | 0.7.0.0 |
Last Updated | 2024-03-04 |
Publish Date | 2016-04-21 |
Rating | 4.34/5 Total 136 Ratings |
Developer | Sergey Vasilyev |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.7.0.0", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon128_v4.png" }, "options_page": "options.html", "background": { "service_worker": "script.js", "type": "module" }, "commands": { "translate": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extShortcutDescription__" } }, "permissions": [ "contextMenus", "system.display", "storage", "scripting", "activeTab" ] } |