Sawayaka Background for Google Plus
The background color of the original Google plus site is too bright. This extension makes it comfortable.
Qu'est-ce que Sawayaka Background for Google Plus ?
Sawayaka Background for Google Plus est une extension Chrome développée par ksaga, et sa fonction principale est "The background color of the original Google plus site is too bright. This extension makes it comfortable.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sawayaka Background for Google Plus
Téléchargez les fichiers d'extension Sawayaka Background for Google Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
URL Officiel | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
Description | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
Taille du Fichier | 10.54 KB |
Nombre d'Installations | 139 |
Version Actuelle | 2.4.1 |
Dernière Mise à Jour | 2013-10-08 |
Date de Publication | 2013-10-08 |
Évaluation | 3.60/5 Total 10 Évaluations |
Développeur | ksaga |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |