Begone Scrollbar
Removes the scrollbar.
Begone Scrollbar là gì?
Begone Scrollbar là một tiện ích mở rộng Chrome được phát triển bởi Dominik Mückstein, và tính năng chính của nó là "Removes the scrollbar.".
Ả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 Begone Scrollbar
Tải xuống các tệp mở rộng Begone 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
Simply removes the scrollbar from all pages. This tool archives a minimalistic look and feel for a more full page browser. Delete the Scrollbar. The source-code can be viewed at: https://github.com/PentaPhi/begone_scrollbar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Begone Scrollbar |
ID | jifmlkikhpnajphhoimjpcoepiggdnba |
URL Chính Thức | https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba |
Mô tả | Removes the scrollbar. |
Kích Thước Tệp | 13.98 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-03-15 |
Ngày Phát Hành | 2021-06-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Dominik Mückstein |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/PentaPhi/begone_scrollbar |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Begone Scrollbar", "version": "1.0", "description": "Removes the scrollbar.", "content_scripts": [ { "css": [ "main.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "128": "icon_small.png" }, "manifest_version": 3, "offline_enabled": true } |