dim the screen
dim the screen,screen blue light filter, brightness control
Vad är dim the screen?
dim the screen är en Chrome-tillägg utvecklad av https://care-eyes.com, och dess huvudfunktion är "dim the screen,screen blue light filter, brightness control".
Tilläggsskärmbilder
Ladda ner dim the screen-förlängningens CRX-fil
Ladda ner dim the screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
Officiell webbadress | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
Beskrivning | dim the screen,screen blue light filter, brightness control |
Filstorlek | 28.77 KB |
Antal Installationer | 405 |
Aktuell Version | 1.0.0.7 |
Senast Uppdaterad | 2017-07-05 |
Publiceringsdatum | 2017-07-05 |
Betyg | 2.43/5 Totalt 7 Betyg |
Utvecklare | https://care-eyes.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://care-eyes.com/?pf |
Hjälpsida URL | https://care-eyes.com/feedback?pf |
Stödda Språk | 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 } |