Subtle Scrollbars

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

Subtle Scrollbars là gì?

Subtle Scrollbars là một tiện ích mở rộng Chrome được phát triển bởi https://honoredsoft.com, và tính năng chính của nó là "Semi-thin scrollbars, styled to blend background with page contents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Subtle Scrollbars

Tải xuống các tệp mở rộng Subtle Scrollbars dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subtle Scrollbars Subtle Scrollbars
ID iepofmbkhfelkphdhkldbiemijmgcmlc
URL Chính Thức https://chromewebstore.google.com/detail/subtle-scrollbars/iepofmbkhfelkphdhkldbiemijmgcmlc
Mô tả Semi-thin scrollbars, styled to blend background with page contents
Kích Thước Tệp 15.34 KB
Số Lần Cài Đặt 683
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-02-28
Ngày Phát Hành 2014-02-27
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://honoredsoft.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}