Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

Word Definitionคืออะไร?

Word Definition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://haohany.github.io และคุณลักษณะหลักของมันคือ "Get detailed definition in both English and Chinese for any selected word on a webpage."

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

screenshot

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

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

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

                        Just select a word and you're good to go!                    

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

ชื่อ Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
คำอธิบาย Get detailed definition in both English and Chinese for any selected word on a webpage.
ขนาดไฟล์ 51.54 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-03-01
วันที่เผยแพร่ 2015-03-01
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://haohany.github.io
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}