Leo Inline Translator

Get Leo.de's definition of your highlighted word without leaving the page

Leo Inline Translatorคืออะไร?

Leo Inline Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย billy.rennekamp และคุณลักษณะหลักของมันคือ "Get Leo.de's definition of your highlighted word without leaving the page"

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

screenshot

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

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

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

                                            

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

ชื่อ Leo Inline Translator Leo Inline Translator
ID phhdeemmniimokjdhbigjahnmgebneik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik
คำอธิบาย Get Leo.de's definition of your highlighted word without leaving the page
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2015-12-27
วันที่เผยแพร่ 2015-12-27
คะแนน 2.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา billy.rennekamp
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dict.leo.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leo Inline Translator",
    "description": "Get Leo.de's definition of your highlighted word without leaving the page",
    "version": "1.12",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "pickle.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "pickle.js"
            ]
        }
    ],
    "background": {
        "persistant": false,
        "scripts": [
            "build.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "contextMenus"
    ]
}