Chrome Minimal Scrollbar

Global CSS scrollbar. No JavaScript. All CSS.

Chrome Minimal Scrollbar là gì?

Chrome Minimal Scrollbar là một tiện ích mở rộng Chrome được phát triển bởi https://downthecrop.xyz, và tính năng chính của nó là "Global CSS scrollbar. No JavaScript. All CSS.".

Ả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 Chrome Minimal Scrollbar

Tải xuống các tệp mở rộng Chrome 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

                        Chrome improvement project. Makes the overflow scrollbar on pages consistent and minimal. All CSS. NO JavaScript.                    

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

Tên Chrome Minimal Scrollbar Chrome Minimal Scrollbar
ID bcbbhmacggoijgmopaeaaclkemaagdio
URL Chính Thức https://chromewebstore.google.com/detail/chrome-minimal-scrollbar/bcbbhmacggoijgmopaeaaclkemaagdio
Mô tả Global CSS scrollbar. No JavaScript. All CSS.
Kích Thước Tệp 4.59 KB
Số Lần Cài Đặt 611
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-06-13
Ngày Phát Hành 2020-11-30
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://downthecrop.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/downthecrop/chrome-minimal-scrollbar#
URL Trang Trợ Giúp https://github.com/downthecrop/chrome-minimal-scrollbar/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Minimal Scrollbar",
    "version": "1.2",
    "description": "Global CSS scrollbar. No JavaScript. All CSS.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "scroll.css"
            ]
        }
    ]
}