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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में ToEnglish Instant Balloon Translate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
    }
}