dim the screen
dim the screen,screen blue light filter, brightness control
什么是dim the screen?
dim the screen是由https://care-eyes.com开发的Chrome扩展程序,该扩展的主要功能是“dim the screen,screen blue light filter, brightness control”。
扩展截图
下载dim the screen扩展crx文件
下载dim the screen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
官方URL | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
简介 | dim the screen,screen blue light filter, brightness control |
文件大小 | 28.77 KB |
安装次数 | 405 |
当前版本 | 1.0.0.7 |
更新时间 | 2017-07-05 |
上架时间 | 2017-07-05 |
评分 | 2.43/5 共7次评分 |
开发者 | https://care-eyes.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://care-eyes.com/?pf |
帮助页面URL | https://care-eyes.com/feedback?pf |
支持的语言 | 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 } |