Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

What is Select To Highlight?

Select To Highlight is a Chrome extension developed by qsqiu, and its main feature is "Allow you to highlight the words in the web pages that are the same as your selection.".

Extension Screenshots

screenshot

Download Select To Highlight Extension CRX File

Download Select To 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

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

Extension Basic Information

Name Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Official URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Description Allow you to highlight the words in the web pages that are the same as your selection.
File Size 37.04 KB
Installation Count 244
Current Version 1.0.4
Last Updated 2017-02-13
Publish Date 2017-02-13
Rating 5.00/5 Total 7 Ratings
Developer qsqiu
Email [email protected]
Payment Type free
Extension Website https://github.com/QS20199/SelectToHighlight
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}