google-search-highlight

This is an extension that highlights Google's search word.

What is google-search-highlight?

google-search-highlight is a Chrome extension developed by morix1500, and its main feature is "This is an extension that highlights Google's search word.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download google-search-highlight Extension CRX File

Download google-search-highlight 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 highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

Extension Basic Information

Name google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
Official URL https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
Description This is an extension that highlights Google's search word.
File Size 42.2 KB
Installation Count 257
Current Version 0.3
Last Updated 2018-09-17
Publish Date 2018-09-17
Rating 4.00/5 Total 3 Ratings
Developer morix1500
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}