Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

Simple Black Scrollbar là gì?

Simple Black Scrollbar là một tiện ích mở rộng Chrome được phát triển bởi https://gh640.blogspot.com, và tính năng chính của nó là "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

Ả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 Simple Black Scrollbar

Tải xuống các tệp mở rộng Simple Black 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 extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

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

Tên Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
URL Chính Thức https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
Mô tả Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 1,145
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-12-10
Ngày Phát Hành 2012-12-09
Đánh Giá 4.07/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://gh640.blogspot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}