Search Color Changer

Change your Search page color

什么是Search Color Changer?

Search Color Changer是由orikoral开发的Chrome扩展程序,该扩展的主要功能是“Change your Search page color”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Search Color Changer扩展crx文件

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

扩展使用说明

                        Personalize your Search page with the color of your choice!
Change the search page background color in a single click.

More than 20 beautiful colors.
The first extension to allow color customization of Search pages.

Install now and help this extension become more popular than AdBlock, AdBlock-Plus, Feedly, YouTube, Facebook  and all Google Apps :)

Icon by www.designbolts.com                    

扩展基本信息

名称 Search Color Changer Search Color Changer
ID iflelgcofheaaebigdfkjnejdiphiolm
官方URL https://chrome.google.com/webstore/detail/search-color-changer/iflelgcofheaaebigdfkjnejdiphiolm
简介 Change your Search page color
文件大小 104 KB
安装次数 389
当前版本 1.0
更新时间 2015-08-20
上架时间 2015-08-20
评分 3.93/5 共15次评分
开发者 orikoral
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Color Changer",
    "description": "Change your Search page color",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_security_policy": "script-src https:\/\/*.cdn.mxpnl.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.js",
                "jquery.color-2.1.2.js",
                "cs.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_title": "Change your Search page color",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    }
}