Highlight Keywords

Highlight keywords on webpage that you visited after searching for a keyword on a search engine.

什麼是Highlight Keywords?

Highlight Keywords是由http://sites.google.com/site/extensionshub開發的Chrome擴展程式,該擴展的主要功能是“Highlight keywords on webpage that you visited after searching for a keyword on a search engine.”。

擴展截圖

screenshot
screenshot

下載Highlight Keywords擴展crx文件

下載Highlight Keywords擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Supported search engines are
✓ Google
✓ Yahoo
✓ Bing
✓ Yandex
✓ Baidu

How to On/Off the highlighter?
Click extension icon to on/off the highlighter.

How it works?

You search for a keyword on a search engine.
Then visit a webpage from returned results.
Keywords will be highlighted on that page.
To on/off the highlighter, just click extension icon.

What you will get with Highlight Keywords?
✓ A great highlighting extension.
✓ New tab page which includes links to popular sites.                    

擴展基本資訊

名稱 Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
官方網址 https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
簡介 Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
檔案大小 30.43 KB
安裝次數 355
目前版本 1.0
更新時間 2017-12-20
上架時間 2017-12-20
評分 3.43/5 共 7 次評分
開發者 http://sites.google.com/site/extensionshub
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://freepicturesolutions.com/privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Keywords",
    "default_locale": "en",
    "description": "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "style.css"
    ]
}