Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

Blending Scrollbar क्या है?

Blending Scrollbar Egor Riabysh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript."।

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

screenshot
screenshot

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

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

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

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

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

नाम Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
आधिकारिक URL https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
विवरण Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
फ़ाइल का आकार 17.34 KB
स्थापना संख्या 1,209
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-09-12
प्रकाशन तिथि 2020-05-02
रेटिंग 4.76/5 कुल 33 रेटिंग्स
डेवलपर Egor Riabysh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}