Sawayaka Background for Google Plus

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

Vad är Sawayaka Background for Google Plus?

Sawayaka Background for Google Plus är en Chrome-tillägg utvecklad av ksaga, och dess huvudfunktion är "The background color of the original Google plus site is too bright. This extension makes it comfortable.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Sawayaka Background for Google Plus-förlängningens CRX-fil

Ladda ner Sawayaka Background for Google Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Sawayaka Background for Google Plus Sawayaka Background for Google Plus
ID lofcmcbaobdegdfmeahjookgenkokcmb
Officiell webbadress https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb
Beskrivning The background color of the original Google plus site is too bright. This extension makes it comfortable.
Filstorlek 10.54 KB
Antal Installationer 139
Aktuell Version 2.4.1
Senast Uppdaterad 2013-10-08
Publiceringsdatum 2013-10-08
Betyg 3.60/5 Totalt 10 Betyg
Utvecklare ksaga
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}