scroll style

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

scroll style란 무엇입니까?

scroll style은(는) Jomic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Like android's scroll bars. 像android的滚动条。Forked from onlywsx's extension. 移植自onlywsx的原扩展"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

scroll style 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}