Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

What is Simple Black Scrollbar?

Simple Black Scrollbar is a Chrome extension developed by https://gh640.blogspot.com, and its main feature is "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

Extension Screenshots

screenshot

Download Simple Black Scrollbar Extension CRX File

Download Simple Black Scrollbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
Official URL https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
Description Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
File Size 248 KB
Installation Count 1,145
Current Version 1.0
Last Updated 2012-12-10
Publish Date 2012-12-09
Rating 4.07/5 Total 28 Ratings
Developer https://gh640.blogspot.com
Email [email protected]
Payment Type free
Supported Languages 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
}