scroll style

Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展

scroll style क्या है?

scroll style Jomic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展"।

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

screenshot
screenshot

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

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

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

                        Like a scroll bar in the android, activity display the scroll bar, usually when they don't show, don't take any extension process. 像android中滚动条一样,活动时显示滚动条,平常时则不显示,不占扩展进程。
===============================
1.2.X update:
add horizontal scrollbar.
detect flash player in full window mode and hide this scrollbar.(experimental)
update colors from material design guide.
update jquery to be compatible with firefox.
 注:原作者联系不上,代码是我私自更新的。非码农,bug修复极慢。╮(╯▽╰)╭                    

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

नाम scroll style scroll style
ID dojgafhdmabofajcjcihnbdklglboald
आधिकारिक URL https://chromewebstore.google.com/detail/scroll-style/dojgafhdmabofajcjcihnbdklglboald
विवरण Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展
फ़ाइल का आकार 61.4 KB
स्थापना संख्या 1,558
वर्तमान संस्करण 1.2.5
अंतिम अपडेट 2017-12-07
प्रकाशन तिथि 2017-12-07
रेटिंग 4.48/5 कुल 40 रेटिंग्स
डेवलपर Jomic
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "onload-chrome.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Like android's scroll bars. \u50cfandroid\u7684\u6eda\u52a8\u6761\u3002Forked from onlywsx's extension. \u79fb\u690d\u81eaonlywsx\u7684\u539f\u6269\u5c55",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "scroll style",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.5"
}