Better Scrollbar

A minimal scrollbar that gets out of your way.

Better Scrollbar란 무엇입니까?

Better Scrollbar은(는) kaleidoflowers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal scrollbar that gets out of your way."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better Scrollbar 확장 프로그램 CRX 파일 다운로드

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