Random Colored New Tab

When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.

什么是Random Colored New Tab?

Random Colored New Tab是由Anacron开发的Chrome扩展程序,该扩展的主要功能是“When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.”。

扩展截图

screenshot

下载Random Colored New Tab扩展crx文件

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

扩展使用说明

                        The name says it all!

When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel.

The extension is fairly simple and does not access any personal data or cookies on your browser.                    

扩展基本信息

名称 Random Colored New Tab Random Colored New Tab
ID kponglbcecpfdmcggikbhomhfgmjlolh
官方URL https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh
简介 When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
文件大小 104 KB
安装次数 404
当前版本 1.6
更新时间 2012-09-11
上架时间 2012-09-11
评分 2.33/5 共15次评分
开发者 Anacron
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Colored New Tab",
    "version": "1.6",
    "manifest_version": 2,
    "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.",
    "chrome_url_overrides": {
        "newtab": "random_new_page.html"
    },
    "icons": {
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}