Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Grey Scrollbar with buttons क्या है?
Grey Scrollbar with buttons chippy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Widens and darkens the scrollbar and adds back the buttons. Uses css only."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grey Scrollbar with buttons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.
एक्सटेंशन की मूल जानकारी
नाम | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
आधिकारिक URL | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
विवरण | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
फ़ाइल का आकार | 11.05 KB |
स्थापना संख्या | 1,126 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2014-04-12 |
प्रकाशन तिथि | 2014-04-12 |
रेटिंग | 4.63/5 कुल 16 रेटिंग्स |
डेवलपर | chippy |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grey Scrollbar with buttons", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "custom.css" ] } ], "version": "0.1.2", "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" } } |