Search Phrase Highlighter

This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search…

What is Search Phrase Highlighter?

Search Phrase Highlighter is a Chrome extension developed by Unknown, and its main feature is "This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search…".

Extension Screenshots

screenshot

Download Search Phrase Highlighter Extension CRX File

Download Search Phrase Highlighter 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

                        This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search phrases

1. Multiple search highlights on the specified URL
2. Can be very helpful for applications that want to show relevant webpages                    

Extension Basic Information

Name Search Phrase Highlighter Search Phrase Highlighter
ID ejpflmmelmdecnpheiohbgceniiigbpi
Official URL https://chromewebstore.google.com/detail/search-phrase-highlighter/ejpflmmelmdecnpheiohbgceniiigbpi
Description This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search…
File Size 48.43 KB
Installation Count 17
Current Version 0.1
Last Updated 2017-07-11
Publish Date 2017-07-06
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://nandukalidindi.github.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Phrase Highlighter",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "jquery.mark.min.js",
                "highlighter.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}