Random Background Color

Show a random background color on the Google.com homepage.

什么是Random Background Color?

Random Background Color是由Melingo开发的Chrome扩展程序,该扩展的主要功能是“Show a random background color on the Google.com homepage.”。

扩展截图

screenshot

下载Random Background Color扩展crx文件

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

扩展使用说明

                        This extension randomly colors the page when visiting google.com. 

No more boring white background! 
Get excited with a new search tab each time!                    

扩展基本信息

名称 Random Background Color Random Background Color
ID ikglgnekadileanonnapmgkeklpgjifk
官方URL https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk
简介 Show a random background color on the Google.com homepage.
文件大小 84.39 KB
安装次数 1,946
当前版本 0.1
更新时间 2014-01-19
上架时间 2014-01-19
评分 1.18/5 共22次评分
开发者 Melingo
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Background Color",
    "description": "Show a random background color on the Google.com homepage.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}