Highlight Keywords

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

What is Highlight Keywords?

Highlight Keywords is a Chrome extension developed by http://sites.google.com/site/extensionshub, and its main feature is "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.".

Extension Screenshots

screenshot
screenshot

Download Highlight Keywords Extension CRX File

Download Highlight Keywords extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
Official URL https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
Description Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
File Size 30.43 KB
Installation Count 355
Current Version 1.0
Last Updated 2017-12-20
Publish Date 2017-12-20
Rating 3.43/5 Total 7 Ratings
Developer http://sites.google.com/site/extensionshub
Email [email protected]
Payment Type free
Privacy Policy Page URL https://freepicturesolutions.com/privacy_policy.html
Supported Languages 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"
    ]
}