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
官方網址 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"
        }
    ]
}