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.

Hvad er ToEnglish Instant Balloon Translate?

ToEnglish Instant Balloon Translate er en Chrome-udvidelse udviklet af Alireza Ghasemi, og dens hovedfunktion er "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".

Udvidelsesskærmbilleder

screenshot

Download ToEnglish Instant Balloon Translate-udvidelses-CRX-fil

Download ToEnglish Instant Balloon Translate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
Officiel URL https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Beskrivelse Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Filstørrelse 68.57 KB
Antal Installationer 28
Nuværende Version 0.0.3
Senest Opdateret 2015-02-10
Udgivelsesdato 2015-02-10
Udvikler Alireza Ghasemi
Betalingsmetode free
Understøttede Sprog 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"
    }
}