Google Search Highlighter

This extension will highlight your search words on the page

What is Google Search Highlighter?

Google Search Highlighter is a Chrome extension developed by Nadir, and its main feature is "This extension will highlight your search words on the page".

Extension Screenshots

screenshot
screenshot

Download Google Search Highlighter Extension CRX File

Download Google Search 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 extension will highlight your search words on the page                    

Extension Basic Information

Name Google Search Highlighter Google Search Highlighter
ID ckmefloincmgbalejddcdkhcdjgpbgjg
Official URL https://chromewebstore.google.com/detail/google-search-highlighter/ckmefloincmgbalejddcdkhcdjgpbgjg
Description This extension will highlight your search words on the page
File Size 7.95 KB
Installation Count 15
Current Version 0.1.1
Last Updated 2018-10-11
Publish Date 2018-10-11
Rating 3.00/5 Total 2 Ratings
Developer Nadir
Email [email protected]
Payment Type free
Extension Website https://github.com/zero-t4
Help Page URL https://github.com/zero-t4
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Highlighter",
    "version": "0.1.1",
    "permissions": [
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sample.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}