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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    }
}