HighLight Search

Highlight a word and immediately get its definition!

什麼是HighLight Search?

HighLight Search是由kkatongo開發的Chrome擴展程式,該擴展的主要功能是“Highlight a word and immediately get its definition!”。

擴展截圖

screenshot
screenshot
screenshot

下載HighLight Search擴展crx文件

下載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
官方網址 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"
        ]
    }
}