ToEnglish Instant Balloon Translate
Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
What is ToEnglish Instant Balloon Translate?
ToEnglish Instant Balloon Translate is a Chrome extension developed by Alireza Ghasemi, and its main feature is "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".
Extension Screenshots
Download ToEnglish Instant Balloon Translate Extension CRX File
Download ToEnglish Instant Balloon Translate 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
Extension Basic Information
Name | ToEnglish Instant Balloon Translate |
ID | kfjlldbaediocchakoafmbgficaaejbl |
Official URL | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
Description | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
File Size | 68.57 KB |
Installation Count | 28 |
Current Version | 0.0.3 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-10 |
Developer | Alireza Ghasemi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToEnglish Instant Balloon Translate", "description": "Show the translation of the selected word\/phrase instantly in a balloon window. You can see the result instantly in the same tab.", "version": "0.0.3", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "ToEnglish Instant Translate", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Show translation", "default_popup": "popup.html" } } |