Sawayaka Background for Google Plus
The background color of the original Google plus site is too bright. This extension makes it comfortable.
Co je Sawayaka Background for Google Plus?
Sawayaka Background for Google Plus je rozšíření Chrome vyvinuté ksaga, a jeho hlavní funkcí je „The background color of the original Google plus site is too bright. This extension makes it comfortable.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sawayaka Background for Google Plus
Stáhněte si soubory rozšíření Sawayaka Background for Google Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
Oficiální URL | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
Popis | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
Velikost souboru | 10.54 KB |
Počet instalací | 139 |
Aktuální Verze | 2.4.1 |
Poslední Aktualizace | 2013-10-08 |
Datum Vydání | 2013-10-08 |
Hodnocení | 3.60/5 Celkem 10 Hodnocení |
Vývojář | ksaga |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |