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.
¿Qué es ToEnglish Instant Balloon Translate?
ToEnglish Instant Balloon Translate es una extensión de Chrome desarrollada por Alireza Ghasemi, y su función principal es "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ToEnglish Instant Balloon Translate
Descarga archivos de extensión ToEnglish Instant Balloon Translate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | ToEnglish Instant Balloon Translate |
ID | kfjlldbaediocchakoafmbgficaaejbl |
URL Oficial | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
Descripción | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
Tamaño del Archivo | 68.57 KB |
Cantidad de Instalaciones | 28 |
Versión Actual | 0.0.3 |
Última Actualización | 2015-02-10 |
Fecha de Publicación | 2015-02-10 |
Desarrollador | Alireza Ghasemi |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |