dim the screen
dim the screen,screen blue light filter, brightness control
What is dim the screen?
dim the screen is a Chrome extension developed by https://care-eyes.com, and its main feature is "dim the screen,screen blue light filter, brightness control".
Extension Screenshots
Download dim the screen Extension CRX File
Download dim the screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
dim the screen extension 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, so that your eyes will not feel tired ,Protect your eyes from computer screen
Extension Basic Information
Name | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
Official URL | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
Description | dim the screen,screen blue light filter, brightness control |
File Size | 28.77 KB |
Installation Count | 405 |
Current Version | 1.0.0.7 |
Last Updated | 2017-07-05 |
Publish Date | 2017-07-05 |
Rating | 2.43/5 Total 7 Ratings |
Developer | https://care-eyes.com |
[email protected] | |
Payment Type | free |
Extension Website | https://care-eyes.com/?pf |
Help Page URL | https://care-eyes.com/feedback?pf |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "management", "contextMenus", "notifications", "nativeMessaging" ], "version": "1.0.0.7", "manifest_version": 2 } |