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.

Co to jest ToEnglish Instant Balloon Translate?

ToEnglish Instant Balloon Translate to rozszerzenie Chrome opracowane przez Alireza Ghasemi, a jego główną funkcją jest „Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ToEnglish Instant Balloon Translate

Pobierz pliki rozszerzeń ToEnglish Instant Balloon Translate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
Oficjalny URL https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Opis Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Rozmiar pliku 68.57 KB
Liczba instalacji 28
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2015-02-10
Data Publikacji 2015-02-10
Deweloper Alireza Ghasemi
Typ Płatności free
Obsługiwane Języki 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"
    }
}