Eye Protection
Care your eyes.
Eye Protection là gì?
Eye Protection là một tiện ích mở rộng Chrome được phát triển bởi robusttheworld, và tính năng chính của nó là "Care your eyes.".
Ả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 Eye Protection
Tải xuống các tệp mở rộng Eye Protection 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
👀 Eye Protection is a very small and powerful extension. 👀 It colors the whole web page with eye-protection color with only one click. 👀 You can pick a custom eye-protection background color. 👀 Custom shortcut is supported! 👀 Choose popup mode or one-click mode for the action button. 👀 Eye charts give you the best eye care, you can take a vision test here.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Eye Protection |
ID | miegdcmhfnpofmbiagbonbbebkojaged |
URL Chính Thức | https://chromewebstore.google.com/detail/eye-protection/miegdcmhfnpofmbiagbonbbebkojaged |
Mô tả | Care your eyes. |
Kích Thước Tệp | 518 KB |
Số Lần Cài Đặt | 949 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2021-12-27 |
Ngày Phát Hành | 2021-11-09 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | robusttheworld |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Protection", "description": "Care your eyes.", "version": "1.3.0", "manifest_version": 3, "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_icon": { "16": "\/images\/eye_protection_16.png", "32": "\/images\/eye_protection_32.png", "48": "\/images\/eye_protection_48.png", "128": "\/images\/eye_protection_128.png" } }, "icons": { "16": "\/images\/eye_protection_16.png", "32": "\/images\/eye_protection_32.png", "48": "\/images\/eye_protection_48.png", "128": "\/images\/eye_protection_128.png" }, "options_page": "options.html", "commands": { "take-action": { "description": "Color the background" } } } |