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.

Apa itu ToEnglish Instant Balloon Translate?

ToEnglish Instant Balloon Translate adalah ekstensi Chrome yang dikembangkan oleh Alireza Ghasemi, dan fitur utamanya adalah "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ToEnglish Instant Balloon Translate

Unduh file ekstensi ToEnglish Instant Balloon Translate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama ToEnglish Instant Balloon Translate ToEnglish Instant Balloon Translate
ID kfjlldbaediocchakoafmbgficaaejbl
URL Resmi https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl
Deskripsi Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.
Ukuran File 68.57 KB
Jumlah Instalasi 28
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2015-02-10
Tanggal Publikasi 2015-02-10
Pengembang Alireza Ghasemi
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}