Change Background Color
change the current site background to your desired color
Change Background Color là gì?
Change Background Color là một tiện ích mở rộng Chrome được phát triển bởi hoishing, và tính năng chính của nó là "change the current site background to your desired color".
Ả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 Change Background Color
Tải xuống các tệp mở rộng Change Background Color 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
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
URL Chính Thức | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Mô tả | change the current site background to your desired color |
Kích Thước Tệp | 15.48 KB |
Số Lần Cài Đặt | 304 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-09-09 |
Ngày Phát Hành | 2023-08-10 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | hoishing |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hoishing/chrome-change-background-color |
URL Trang Trợ Giúp | https://github.com/hoishing/chrome-change-background-color/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |