Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Green Sliders क्या है?
Green Sliders Stephen Cerruti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Green Sliders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
एक्सटेंशन की मूल जानकारी
नाम | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
विवरण | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
फ़ाइल का आकार | 34.33 KB |
स्थापना संख्या | 463 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-04-16 |
प्रकाशन तिथि | 2016-04-15 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | Stephen Cerruti |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Green Sliders", "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.scoutbook.com\/*" ], "css": [ "greenSliders.css" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "72": "icon72.png", "128": "icon128.png" } } |