BunsenLabs Blue Dark Scrollbars

Scrollbars to match the GTK BunsenLabs Blue Dark theme.

BunsenLabs Blue Dark Scrollbars là gì?

BunsenLabs Blue Dark Scrollbars là một tiện ích mở rộng Chrome được phát triển bởi nicholasalipaz, và tính năng chính của nó là "Scrollbars to match the GTK BunsenLabs Blue Dark 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 BunsenLabs Blue Dark Scrollbars

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

                        Google Chrome themes don't currently allow theming of scrollbars, this extension provides matching scrollbars for the BunsenLabs Blue Dark GTK theme.  To get the theme see "Related -> More from this developer".

bunsen, labs, blue, dark, gtk                    

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

Tên BunsenLabs Blue Dark Scrollbars BunsenLabs Blue Dark Scrollbars
ID alimnhdgpcgpogcpedoelmeeabkadjpf
URL Chính Thức https://chromewebstore.google.com/detail/bunsenlabs-blue-dark-scro/alimnhdgpcgpogcpedoelmeeabkadjpf
Mô tả Scrollbars to match the GTK BunsenLabs Blue Dark theme.
Kích Thước Tệp 6.45 KB
Số Lần Cài Đặt 714
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-04-09
Ngày Phát Hành 2015-04-09
Đánh Giá 3.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển nicholasalipaz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars to match the GTK BunsenLabs Blue Dark theme.",
    "icons": {
        "128": "icon128.png"
    },
    "name": "BunsenLabs Blue Dark Scrollbars",
    "short_name": "BLBlDkScroll",
    "version": "1.0"
}