dim the screen

dim the screen,screen blue light filter, brightness control

Was ist dim the screen?

dim the screen ist eine Chrome-Erweiterung, die von https://care-eyes.com entwickelt wurde, und ihr Hauptmerkmal ist "dim the screen,screen blue light filter, brightness control".

Erweiterungsscreenshots

screenshot

dim the screen-Erweiterungs-CRX-Datei herunterladen

Laden Sie dim the screen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name dim the screen dim the screen
ID olmpfahephldkkfhkmlnociobiihgndg
Offizielle URL https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg
Beschreibung dim the screen,screen blue light filter, brightness control
Dateigröße 28.77 KB
Installationsanzahl 405
Aktuelle Version 1.0.0.7
Letztes Update 2017-07-05
Veröffentlichungsdatum 2017-07-05
Bewertung 2.43/5 Insgesamt 7 Bewertungen
Entwickler https://care-eyes.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://care-eyes.com/?pf
Hilfeseite URL https://care-eyes.com/feedback?pf
Unterstützte Sprachen 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
}