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.
O que é ToEnglish Instant Balloon Translate?
ToEnglish Instant Balloon Translate é uma extensão do Chrome desenvolvida por Alireza Ghasemi, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão ToEnglish Instant Balloon Translate
Baixe arquivos de extensão ToEnglish Instant Balloon Translate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | ToEnglish Instant Balloon Translate |
ID | kfjlldbaediocchakoafmbgficaaejbl |
URL Oficial | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl |
Descrição | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. |
Tamanho do Arquivo | 68.57 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.0.3 |
Última Atualização | 2015-02-10 |
Data de Publicação | 2015-02-10 |
Desenvolvedor | Alireza Ghasemi |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |