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"
    }
}