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.

Was ist ToEnglish Instant Balloon Translate?

ToEnglish Instant Balloon Translate ist eine Chrome-Erweiterung, die von Alireza Ghasemi entwickelt wurde, und ihr Hauptmerkmal ist "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".

Erweiterungsscreenshots

screenshot

ToEnglish Instant Balloon Translate-Erweiterungs-CRX-Datei herunterladen

Laden Sie ToEnglish Instant Balloon Translate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
Offizielle URL https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Beschreibung Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Dateigröße 68.57 KB
Installationsanzahl 28
Aktuelle Version 0.0.3
Letztes Update 2015-02-10
Veröffentlichungsdatum 2015-02-10
Entwickler Alireza Ghasemi
Zahlungsart free
Unterstützte Sprachen 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"
    }
}