Minimal Scrollbar

Minimal but Useful Scrollbars

什么是Minimal Scrollbar?

Minimal Scrollbar是由https://iaarchiver.net开发的Chrome扩展程序,该扩展的主要功能是“Minimal but Useful Scrollbars”。

扩展截图

screenshot

下载Minimal Scrollbar扩展crx文件

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

扩展使用说明

                        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                    

扩展基本信息

名称 Minimal Scrollbar Minimal Scrollbar
ID ekopmclclddpoipchmcbhifohhbmjafd
官方URL https://chromewebstore.google.com/detail/minimal-scrollbar/ekopmclclddpoipchmcbhifohhbmjafd
简介 Minimal but Useful Scrollbars
文件大小 61.11 KB
安装次数 20,000
当前版本 0.4.0
更新时间 2017-11-20
上架时间 2017-11-19
评分 4.30/5 共358次评分
开发者 https://iaarchiver.net
付费类型 free
扩展官网 http://iaarchiver.net
支持的语言 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"
        }
    ]
}