Minimal Scrollbar

Minimal but Useful Scrollbars

What is Minimal Scrollbar?

Minimal Scrollbar is a Chrome extension developed by https://iaarchiver.net, and its main feature is "Minimal but Useful Scrollbars".

Extension Screenshots

screenshot

Download Minimal Scrollbar Extension CRX File

Download Minimal 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

                        Turn your scrollbars to minimal designed. These are un-minimized on hover, so you can grasp easily!

## Features

* transparent background for body's scrollbars and scrollbar-tracks
* Increase scrollbar-size on hover, and minimize on hover-out
* auto-hide scrollbars when idle

- exclude some Google web services (Gmail, Groups, ChromeStore) for now.

Thanks everyone for your comments and suggestions, keep them coming!

Bug & Suggestions
https://github.com/iaarchiver/MinimalScrollbar

http://iaarchiver.net                    

Extension Basic Information

Name Minimal Scrollbar Minimal Scrollbar
ID ekopmclclddpoipchmcbhifohhbmjafd
Official URL https://chromewebstore.google.com/detail/minimal-scrollbar/ekopmclclddpoipchmcbhifohhbmjafd
Description Minimal but Useful Scrollbars
File Size 61.11 KB
Installation Count 20,000
Current Version 0.4.0
Last Updated 2017-11-20
Publish Date 2017-11-19
Rating 4.30/5 Total 358 Ratings
Developer https://iaarchiver.net
Payment Type free
Extension Website http://iaarchiver.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Scrollbar",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "Minimal but Useful Scrollbars",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/minimalscrollbar-48.png",
        "128": "icons\/minimalscrollbar-128.png"
    },
    "options_page": "pages\/option.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "script.min.js"
            ],
            "css": [
                "style.min.css"
            ],
            "run_at": "document_start"
        }
    ]
}