Grey Scrollbar with buttons
Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Grey Scrollbar with buttons là gì?
Grey Scrollbar with buttons là một tiện ích mở rộng Chrome được phát triển bởi chippy, và tính năng chính của nó là "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Grey Scrollbar with buttons
Tải xuống các tệp mở rộng Grey Scrollbar with buttons 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
This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grey Scrollbar with buttons |
ID | delbmlkicoecjgfkhlpojijdpfeagjcd |
URL Chính Thức | https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd |
Mô tả | Widens and darkens the scrollbar and adds back the buttons. Uses css only. |
Kích Thước Tệp | 11.05 KB |
Số Lần Cài Đặt | 1,126 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2014-04-12 |
Ngày Phát Hành | 2014-04-12 |
Đánh Giá | 4.63/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | chippy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grey Scrollbar with buttons", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "custom.css" ] } ], "version": "0.1.2", "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" } } |