Select To Highlight

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

什么是Select To Highlight?

Select To Highlight是由qsqiu开发的Chrome扩展程序,该扩展的主要功能是“Allow you to highlight the words in the web pages that are the same as your selection.”。

扩展截图

screenshot

下载Select To Highlight扩展crx文件

下载Select To Highlight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
官方URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
简介 Allow you to highlight the words in the web pages that are the same as your selection.
文件大小 37.04 KB
安装次数 244
当前版本 1.0.4
更新时间 2017-02-13
上架时间 2017-02-13
评分 5.00/5 共7次评分
开发者 qsqiu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/QS20199/SelectToHighlight
支持的语言 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"
    }
}