Sawayaka Background for Google Plus
The background color of the original Google plus site is too bright. This extension makes it comfortable.
Sawayaka Background for Google Plus क्या है?
Sawayaka Background for Google Plus ksaga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The background color of the original Google plus site is too bright. This extension makes it comfortable."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sawayaka Background for Google Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lofcmcbaobdegdfmeahjookgenkokcmb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lofcmcbaobdegdfmeahjookgenkokcmb |
विवरण | The background color of the original Google plus site is too bright. This extension makes it comfortable. |
फ़ाइल का आकार | 10.54 KB |
स्थापना संख्या | 139 |
वर्तमान संस्करण | 2.4.1 |
अंतिम अपडेट | 2013-10-08 |
प्रकाशन तिथि | 2013-10-08 |
रेटिंग | 3.60/5 कुल 10 रेटिंग्स |
डेवलपर | ksaga |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |