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

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

扩展使用说明

                        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
}