Sawayaka Background for Google Plus
The background color of the original Google plus site is too bright. This extension makes it comfortable.
Wat is Sawayaka Background for Google Plus?
Sawayaka Background for Google Plus is een Chrome-extensie ontwikkeld door ksaga, en de belangrijkste functie is "The background color of the original Google plus site is too bright. This extension makes it comfortable.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sawayaka Background for Google Plus
Download Sawayaka Background for Google Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
Officiële URL | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
Beschrijving | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
Bestandsgrootte | 10.54 KB |
Aantal Installaties | 139 |
Huidige Versie | 2.4.1 |
Laatst Bijgewerkt | 2013-10-08 |
Publicatiedatum | 2013-10-08 |
Beoordeling | 3.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | ksaga |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |