Definer Of Words

Defines Words You Highlight With Mouse Cursor

Definer Of Wordsคืออะไร?

Definer Of Words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevin.teal1 และคุณลักษณะหลักของมันคือ "Defines Words You Highlight With Mouse Cursor"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Definer Of Words

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

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

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

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

ชื่อ Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
คำอธิบาย Defines Words You Highlight With Mouse Cursor
ขนาดไฟล์ 45.1 KB
จำนวนการติดตั้ง 169
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-07-21
วันที่เผยแพร่ 2015-07-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kevin.teal1
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}