BunsenLabs Blue Dark Scrollbars

Scrollbars to match the GTK BunsenLabs Blue Dark theme.

BunsenLabs Blue Dark Scrollbars란 무엇입니까?

BunsenLabs Blue Dark Scrollbars은(는) nicholasalipaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrollbars to match the GTK BunsenLabs Blue Dark theme."입니다.

확장 프로그램 스크린샷

screenshot

BunsenLabs Blue Dark Scrollbars 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google Chrome themes don't currently allow theming of scrollbars, this extension provides matching scrollbars for the BunsenLabs Blue Dark GTK theme.  To get the theme see "Related -> More from this developer".

bunsen, labs, blue, dark, gtk                    

확장 프로그램 기본 정보

이름 BunsenLabs Blue Dark Scrollbars BunsenLabs Blue Dark Scrollbars
ID alimnhdgpcgpogcpedoelmeeabkadjpf
공식 URL https://chromewebstore.google.com/detail/bunsenlabs-blue-dark-scro/alimnhdgpcgpogcpedoelmeeabkadjpf
설명 Scrollbars to match the GTK BunsenLabs Blue Dark theme.
파일 크기 6.45 KB
설치 횟수 714
현재 버전 1.0
최근 업데이트 2015-04-09
출시 날짜 2015-04-09
평점 3.75/5 총 12 개의 평점
개발자 nicholasalipaz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars to match the GTK BunsenLabs Blue Dark theme.",
    "icons": {
        "128": "icon128.png"
    },
    "name": "BunsenLabs Blue Dark Scrollbars",
    "short_name": "BLBlDkScroll",
    "version": "1.0"
}