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