dim the screen
dim the screen,screen blue light filter, brightness control
Cos'è dim the screen?
dim the screen è un'estensione di Chrome sviluppata da https://care-eyes.com, e la sua funzione principale è "dim the screen,screen blue light filter, brightness control".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione dim the screen
Scarica i file di estensione dim the screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | olmpfahephldkkfhkmlnociobiihgndg |
URL Ufficiale | https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg |
Descrizione | dim the screen,screen blue light filter, brightness control |
Dimensione del File | 28.77 KB |
Conteggio Installazioni | 405 |
Versione Corrente | 1.0.0.7 |
Ultimo Aggiornamento | 2017-07-05 |
Data di Pubblicazione | 2017-07-05 |
Valutazione | 2.43/5 Totale 7 Valutazioni |
Sviluppatore | https://care-eyes.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://care-eyes.com/?pf |
URL della Pagina di Aiuto | https://care-eyes.com/feedback?pf |
Lingue Supportate | 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 } |