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"
    ]
}