Custom Scrollbar
Choose or make your own custom scrollbar
Custom Scrollbar क्या है?
Custom Scrollbar Rohan Anand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose or make your own custom scrollbar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Custom Scrollbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Choose or make your own custom scrollbar. Get a scrollbar with your favorite colors, sizes, and designs.
एक्सटेंशन की मूल जानकारी
नाम | Custom Scrollbar |
ID | eijidopnhkddehclhkbakbccdanmfhoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/custom-scrollbar/eijidopnhkddehclhkbakbccdanmfhoh |
विवरण | Choose or make your own custom scrollbar |
फ़ाइल का आकार | 22.02 MB |
स्थापना संख्या | 393 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-08-05 |
प्रकाशन तिथि | 2021-07-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Rohan Anand |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Scrollbar", "version": "1.1.0", "description": "Choose or make your own custom scrollbar", "options_page": "\/options\/customScrollbarOptions.html", "action": { "default_popup": "\/quickSettings\/customScrollbarQuickSettings.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "\/images\/icons\/customscrollbaricon16.png", "32": "\/images\/icons\/customscrollbaricon32.png", "48": "\/images\/icons\/customscrollbaricon48.png", "128": "\/images\/icons\/customscrollbaricon128.png" }, "background": { "service_worker": "\/customscrollbarstart.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*\/", "https:\/\/*\/*" ], "js": [ "customScrollbar.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/scrollbarImages*" ], "matches": [ " |