Subtle Scrollbars

Semi-thin scrollbars, styled to blend background with page contents

Subtle Scrollbars क्या है?

Subtle Scrollbars https://honoredsoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Semi-thin scrollbars, styled to blend background with page contents"।

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

screenshot
screenshot

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

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

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

                        Replaces the stock scrollbars with 6px-wide versions that have rounded ends, no arrows, and a background that attempts to blend with the page.  The bars are a medium grey, and nearly black on hover.

Scrollbars for UI elements like drop-downs are not affected, but iframes and scrolling divs usually are - and with backgrounds that truly blend with the page.

This extension is extremely lightweight - just a vew lines of CSS, and roughly equivalent to restoring support for Custom.css userstyles without any interface to edit the new CSS file.  No more expertise is needed to tweak this extension than to edit the Custom.css file Chrome no longer supports.                    

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

नाम Subtle Scrollbars Subtle Scrollbars
ID iepofmbkhfelkphdhkldbiemijmgcmlc
आधिकारिक URL https://chromewebstore.google.com/detail/subtle-scrollbars/iepofmbkhfelkphdhkldbiemijmgcmlc
विवरण Semi-thin scrollbars, styled to blend background with page contents
फ़ाइल का आकार 15.34 KB
स्थापना संख्या 683
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-02-28
प्रकाशन तिथि 2014-02-27
रेटिंग 4.78/5 कुल 18 रेटिंग्स
डेवलपर https://honoredsoft.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/scrollbars.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Semi-thin scrollbars, styled to blend background with page contents",
    "homepage_url": "http:\/\/honoredsoft.com.com\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "manifest_version": 2,
    "name": "Subtle Scrollbars",
    "short_name": "Subtle Bars",
    "version": "0.1"
}