HighLight Search

Highlight a word and immediately get its definition!

HighLight Searchคืออะไร?

HighLight Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kkatongo และคุณลักษณะหลักของมันคือ "Highlight a word and immediately get its definition!"

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

screenshot
screenshot
screenshot

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

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

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

                        Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.                    

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

ชื่อ HighLight Search HighLight Search
ID fjdfnldionchjgjaphkfinfgaegokeaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf
คำอธิบาย Highlight a word and immediately get its definition!
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-06-19
วันที่เผยแพร่ 2016-06-18
ผู้พัฒนา kkatongo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HighLight Search",
    "description": "Highlight a word and immediately get its definition!",
    "version": "0.0.1",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/xml-to-json\/xml.js",
                "scripts\/onload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}