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.

Что такое ToEnglish Instant Balloon Translate?

ToEnglish Instant Balloon Translate - это расширение Chrome, разработанное Alireza Ghasemi, и его основная функция - "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ToEnglish Instant Balloon Translate

Скачайте файлы расширений ToEnglish Instant Balloon Translate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
Официальный URL https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Описание Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Размер файла 68.57 KB
Количество установок 28
Текущая Версия 0.0.3
Последнее Обновление 2015-02-10
Дата публикации 2015-02-10
Разработчик Alireza Ghasemi
Тип оплаты free
Поддерживаемые языки 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"
    }
}