One-Click Translate Selection
Simply select some text and translate from context menu
What is One-Click Translate Selection?
One-Click Translate Selection is a Chrome extension developed by Christo Tsvetanov, and its main feature is "Simply select some text and translate from context menu".
Extension Screenshots
Download One-Click Translate Selection Extension CRX File
Download One-Click Translate Selection 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
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.
Extension Basic Information
Name | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
Official URL | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
Description | Simply select some text and translate from context menu |
File Size | 44.61 KB |
Installation Count | 10,000 |
Current Version | 3.02 |
Last Updated | 2022-12-31 |
Publish Date | 2015-07-24 |
Rating | 2.95/5 Total 22 Ratings |
Developer | Christo Tsvetanov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Translate Selection", "description": "Simply select some text and translate from context menu", "version": "3.02", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |