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