CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

CrunchBangPlusPlus Scrollbars là gì?

CrunchBangPlusPlus Scrollbars là một tiện ích mở rộng Chrome được phát triển bởi https://thorium.rocks, và tính năng chính của nó là "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Ả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 CrunchBangPlusPlus Scrollbars

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

                        Scrollbar theme for Crunchbangplusplus Linux. Extracted from the /skel directory of a fresh install, with manifest updated, scrollbar width increased, and icons fixed.
 - Alex313031                    

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

Tên CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
URL Chính Thức https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Mô tả Scrollbars for the CrunchBangPlusPlus Linux theme.
Kích Thước Tệp 15.32 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2022-06-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://thorium.rocks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crunchbangplusplus.org/
URL Trang Trợ Giúp https://github.com/CBPP/cbpp-configs/issues
URL Trang Chính Sách Bảo Mật https://thorium.rocks/COC.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cbpp-scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars for the CrunchBangPlusPlus Linux theme.",
    "icons": {
        "256": "icons\/icon_256.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "name": "CrunchBangPlusPlus Scrollbars",
    "short_name": "CBPP Scrollbars",
    "author": "Alex313031",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "version": "1.0.2",
    "version_name": "1.0.2"
}