Better Scrollbar

A minimal scrollbar that gets out of your way.

Better Scrollbar क्या है?

Better Scrollbar kaleidoflowers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimal scrollbar that gets out of your way."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Scrollbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin replaces the standard scrollbar with a more modern, skinnier, and less interfering one. This is modeled after the scrollbars used by Google in many of their services.

Explanation of "all data on all websites":
For the extension to apply a scrollbar to any site, it must have the ability to modify the css for the current page. This means that "all websites" are injected with the appropriate styles.

Release 0.1.8 9/25/13:
Named changed back to "Better Scrollbar."

Release 0.1.7 9/22/13:
Redesigned slightly, renamed to "Minimal Scrollbar." New icons, slightly more visible.

Release 0.1.6 1/31/13:
Fixed issues with black background on some websites. Colors darkened slightly for users with difficulty seeing the scrollbar on their monitors.

Release 0.1.4, 7/25/12:
Scrollbars now look the same across horizontal and vertical pages.                    

एक्सटेंशन की मूल जानकारी

नाम Better Scrollbar Better Scrollbar
ID hllbomlnkhcgejgcjaidcodpnkefhjcg
आधिकारिक URL https://chromewebstore.google.com/detail/better-scrollbar/hllbomlnkhcgejgcjaidcodpnkefhjcg
विवरण A minimal scrollbar that gets out of your way.
फ़ाइल का आकार 11.07 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2013-09-25
प्रकाशन तिथि 2013-09-25
रेटिंग 4.07/5 कुल 82 रेटिंग्स
डेवलपर kaleidoflowers
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Scrollbar",
    "description": "A minimal scrollbar that gets out of your way.",
    "version": "0.1.8",
    "manifest_version": 2,
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bar.css"
            ]
        }
    ]
}