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.
Vad är ToEnglish Instant Balloon Translate?
ToEnglish Instant Balloon Translate är en Chrome-tillägg utvecklad av Alireza Ghasemi, och dess huvudfunktion är "Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab.".
Tilläggsskärmbilder
Ladda ner ToEnglish Instant Balloon Translate-förlängningens CRX-fil
Ladda ner ToEnglish Instant Balloon Translate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                                             Grundläggande Information om Tillägg
| Namn |   |  
| ID | kfjlldbaediocchakoafmbgficaaejbl | 
| Officiell webbadress | https://chromewebstore.google.com/detail/toenglish-instant-balloon/kfjlldbaediocchakoafmbgficaaejbl | 
| Beskrivning | Show the translation of the selected word/phrase instantly in a balloon window. You can see the result instantly in the same tab. | 
| Filstorlek | 68.57 KB | 
| Antal Installationer | 28 | 
| Aktuell Version | 0.0.3 | 
| Senast Uppdaterad | 2015-02-10 | 
| Publiceringsdatum | 2015-02-10 | 
| Utvecklare | Alireza Ghasemi | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |