Rescroller
Decorate your scrollbars.
Rescroller क्या है?
Rescroller David Watkins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decorate your scrollbars."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rescroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually. Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller
एक्सटेंशन की मूल जानकारी
नाम | Rescroller |
ID | ddehdnnhjimbggeeenghijehnpakijod |
आधिकारिक URL | https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod |
विवरण | Decorate your scrollbars. |
फ़ाइल का आकार | 320 KB |
स्थापना संख्या | 42,842 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2016-08-08 |
प्रकाशन तिथि | 2016-08-07 |
रेटिंग | 4.43/5 कुल 360 रेटिंग्स |
डेवलपर | David Watkins |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rescroller", "version": "1.3", "version_name": "1.3", "manifest_version": 2, "description": "Decorate your scrollbars.", "icons": { "16": "appicons\/icon16.png", "19": "appicons\/icon19.png", "48": "appicons\/icon48.png", "128": "appicons\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Rescroller Settings", "default_icon": "appicons\/icon19.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/cssjson.js", "js\/rescroller.js", "js\/background.js" ], "persistant": false }, "permissions": [ " |