Highlight google search result text

Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted

What is Highlight google search result text?

Highlight google search result text is a Chrome extension developed by Zudwa, and its main feature is "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".

Extension Screenshots

screenshot
screenshot

Download Highlight google search result text Extension CRX File

Download Highlight google search result text 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

                                            

Extension Basic Information

Name Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
Official URL https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
Description Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
File Size 12.97 KB
Installation Count 75
Current Version 0.1.3
Last Updated 2014-04-03
Publish Date 2014-04-02
Rating 3.00/5 Total 2 Ratings
Developer Zudwa
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight google search result text",
    "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-search.js",
                "search-result.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}