Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

Beautiful Scrollbar là gì?

Beautiful Scrollbar là một tiện ích mở rộng Chrome được phát triển bởi Niels Prins, và tính năng chính của nó là "The easy way to a more minimal, clean and beautiful scrollbar!".

Ả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 Beautiful Scrollbar

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

                        An easy way to give your browser a better look and feel                    

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

Tên Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
URL Chính Thức https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
Mô tả The easy way to a more minimal, clean and beautiful scrollbar!
Kích Thước Tệp 243 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-10-02
Ngày Phát Hành 2021-09-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Niels Prins
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}