Sawayaka Background for Google Plus

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

O que é Sawayaka Background for Google Plus?

Sawayaka Background for Google Plus é uma extensão do Chrome desenvolvida por ksaga, e sua principal característica é "The background color of the original Google plus site is too bright. This extension makes it comfortable.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sawayaka Background for Google Plus

Baixe arquivos de extensão Sawayaka Background for Google Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sawayaka Background for Google Plus Sawayaka Background for Google Plus
ID lofcmcbaobdegdfmeahjookgenkokcmb
URL Oficial https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb
Descrição The background color of the original Google plus site is too bright. This extension makes it comfortable.
Tamanho do Arquivo 10.54 KB
Contagem de Instalações 139
Versão Atual 2.4.1
Última Atualização 2013-10-08
Data de Publicação 2013-10-08
Classificação 3.60/5 Total de 10 Avaliações
Desenvolvedor ksaga
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}