Chrome Highlighter

Change websites' selection color

什么是Chrome Highlighter?

Chrome Highlighter是由Donaira & Pius开发的Chrome扩展程序,该扩展的主要功能是“Change websites' selection color”。

扩展截图

screenshot
screenshot
screenshot

下载Chrome Highlighter扩展crx文件

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

扩展使用说明

                        Got bored of old boring blue selection color? Change it! This extensions allows you to easily control selection color on most of the website you visit daily. Make it more beautiful, make it more personal, make it yours.                    

扩展基本信息

名称 Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
官方URL https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
简介 Change websites' selection color
文件大小 43.59 KB
安装次数 1,934
当前版本 1.1
更新时间 2012-08-18
上架时间 2012-08-18
评分 2.57/5 共7次评分
开发者 Donaira & Pius
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Highlighter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Change websites' selection color",
    "browser_action": {
        "default_icon": "icon16.PNG",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.PNG",
        "48": "icon48.PNG",
        "128": "icon128.PNG"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}