Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

Simple Black Scrollbar란 무엇입니까?

Simple Black Scrollbar은(는) https://gh640.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

확장 프로그램 기본 정보

이름 Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
공식 URL https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
설명 Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
파일 크기 248 KB
설치 횟수 1,145
현재 버전 1.0
최근 업데이트 2012-12-10
출시 날짜 2012-12-09
평점 4.07/5 총 28 개의 평점
개발자 https://gh640.blogspot.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}