Subtle Scrollbars

Semi-thin scrollbars, styled to blend background with page contents

Subtle Scrollbars란 무엇입니까?

Subtle Scrollbars은(는) https://honoredsoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Semi-thin scrollbars, styled to blend background with page contents"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Subtle Scrollbars 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replaces the stock scrollbars with 6px-wide versions that have rounded ends, no arrows, and a background that attempts to blend with the page.  The bars are a medium grey, and nearly black on hover.

Scrollbars for UI elements like drop-downs are not affected, but iframes and scrolling divs usually are - and with backgrounds that truly blend with the page.

This extension is extremely lightweight - just a vew lines of CSS, and roughly equivalent to restoring support for Custom.css userstyles without any interface to edit the new CSS file.  No more expertise is needed to tweak this extension than to edit the Custom.css file Chrome no longer supports.                    

확장 프로그램 기본 정보

이름 Subtle Scrollbars Subtle Scrollbars
ID iepofmbkhfelkphdhkldbiemijmgcmlc
공식 URL https://chromewebstore.google.com/detail/subtle-scrollbars/iepofmbkhfelkphdhkldbiemijmgcmlc
설명 Semi-thin scrollbars, styled to blend background with page contents
파일 크기 15.34 KB
설치 횟수 683
현재 버전 0.1
최근 업데이트 2014-02-28
출시 날짜 2014-02-27
평점 4.78/5 총 18 개의 평점
개발자 https://honoredsoft.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/scrollbars.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Semi-thin scrollbars, styled to blend background with page contents",
    "homepage_url": "http:\/\/honoredsoft.com.com\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "manifest_version": 2,
    "name": "Subtle Scrollbars",
    "short_name": "Subtle Bars",
    "version": "0.1"
}