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.

Cos'è ToEnglish Instant Balloon Translate?

ToEnglish Instant Balloon Translate è un'estensione di Chrome sviluppata da Alireza Ghasemi, e la sua funzione principale è "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ToEnglish Instant Balloon Translate

Scarica i file di estensione ToEnglish Instant Balloon Translate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
URL Ufficiale https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Descrizione Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Dimensione del File 68.57 KB
Conteggio Installazioni 28
Versione Corrente 0.0.3
Ultimo Aggiornamento 2015-02-10
Data di Pubblicazione 2015-02-10
Sviluppatore Alireza Ghasemi
Tipo di Pagamento free
Lingue Supportate 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"
    }
}