Screen dimmer
screen dimmer
Screen dimmer là gì?
Screen dimmer là một tiện ích mở rộng Chrome được phát triển bởi https://care-eyes.com, và tính năng chính của nó là "screen dimmer".
Ả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 Screen dimmer
Tải xuống các tệp mở rộng Screen dimmer 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
Screen dimmer control the brightness of the computer’s screen, when you work in a light or darker environment it can help you, It can dim all screens and monitors; LCD, TFT and LED backlit types, it can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter blue light, it makes your computer screen looks more comfortable.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screen dimmer |
ID | poeonbclpmnoomoaidabfndafbnhjcfa |
URL Chính Thức | https://chromewebstore.google.com/detail/screen-dimmer/poeonbclpmnoomoaidabfndafbnhjcfa |
Mô tả | screen dimmer |
Kích Thước Tệp | 29.43 KB |
Số Lần Cài Đặt | 6,202 |
Phiên Bản Hiện Tại | 1.3.0.0 |
Cập Nhật Lần Cuối | 2024-01-23 |
Ngày Phát Hành | 2020-05-25 |
Đánh Giá | 1.91/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | https://care-eyes.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://care-eyes.com/feedback?chrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "screen dimmer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/*\/" ], "permissions": [ "nativeMessaging" ], "version": "1.3.0.0", "manifest_version": 3 } |