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 |
官方網址 | 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 } |