Minimal Scrollbar

Minimal but Useful Scrollbars

Minimal Scrollbar là gì?

Minimal Scrollbar là một tiện ích mở rộng Chrome được phát triển bởi https://iaarchiver.net, và tính năng chính của nó là "Minimal but Useful Scrollbars".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimal Scrollbar

Tải xuống các tệp mở rộng Minimal Scrollbar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minimal Scrollbar Minimal Scrollbar
ID ekopmclclddpoipchmcbhifohhbmjafd
URL Chính Thức https://chromewebstore.google.com/detail/minimal-scrollbar/ekopmclclddpoipchmcbhifohhbmjafd
Mô tả Minimal but Useful Scrollbars
Kích Thước Tệp 61.11 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2017-11-20
Ngày Phát Hành 2017-11-19
Đánh Giá 4.30/5 Tổng số 358 Đánh Giá
Nhà Phát Triển https://iaarchiver.net
Loại Thanh Toán free
Trang Web Mở Rộng http://iaarchiver.net
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}