Sawayaka Background for Google Plus

The background color of the original Google plus site is too bright. This extension makes it comfortable.

Sawayaka Background for Google Plusとは何ですか?

Sawayaka Background for Google Plusはksagaによって開発されたChromeの拡張機能で、その主な機能は「The background color of the original Google plus site is too bright. This extension makes it comfortable.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sawayaka Background for Google Plus拡張機能のCRXファイルをダウンロード

Sawayaka Background for Google Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        By this very simple extension, you can change background color of Google plus site.

In default, the color is #66cdaa (or mediumaquamarine). To change the color, move your mouse on the area marked in red in the screenshot, and set the color code into the box.

(FYI) color reference:
http://www.colordic.org/

2012-04-13: Added font color feature. You can darken/lighten font colors of G+ text.

My G+ account is: https://plus.google.com/109370984101702523623                    

拡張機能の基本情報

名前 Sawayaka Background for Google Plus Sawayaka Background for Google Plus
ID lofcmcbaobdegdfmeahjookgenkokcmb
公式URL https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb
説明 The background color of the original Google plus site is too bright. This extension makes it comfortable.
ファイルサイズ 10.54 KB
インストール数 139
現在のバージョン 2.4.1
最終更新日 2013-10-08
公開日 2013-10-08
評価 3.60/5 合計 10 レビュー
開発者 ksaga
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.4.1",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}