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文件

下载Subtle Scrollbars扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}