LEO Translator

This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.

LEO Translatorคืออะไร?

LEO Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.timodenk.com และคุณลักษณะหลักของมันคือ "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LEO Translator

ดาวน์โหลดไฟล์ส่วนขยาย LEO Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension adds an entry to the right-click menu of any text on any website. Clicking this new row opens the translation service LEO (http://www.leo.org/) in a new tab and shows the translation of the selected text.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
คำอธิบาย This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
ขนาดไฟล์ 53.91 KB
จำนวนการติดตั้ง 498
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-07-09
วันที่เผยแพร่ 2016-07-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.timodenk.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEO Translator",
    "description": "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}