Night Shift Mode

Take care of your eyes. Change screen brightness to special eye-protective colors from the list or to a color that you prefer.

Τι είναι το Night Shift Mode;

Το Night Shift Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nightshiftmode.com, και η κύρια λειτουργία του είναι "Take care of your eyes. Change screen brightness to special eye-protective colors from the list or to a color that you prefer.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Night Shift Mode

Λήψη αρχείων επέκτασης Night Shift Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Night shift changes colors of the screen to the warm and eye - protective shades. You can set automatically changing screen mode by schedule or select color theme for the certain website.

Night Shift Mode suggest you palette of colors that are good for eyes in a dark time and also you can pick any color and add it in the settings page. 

Working on a computer in a night time may take effect to your eyes or can disturb other people in the same room. Night Shift Mode is a good opportunity to reduce screen brightening to take care of your eyes. Dark Mode isn't suitable for all websites, so applying warm colors to all websites will be best alternative for screen tinting. 

Screen Shader Mode is a pleasure for your eyes!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Night Shift Mode Night Shift Mode
ID dlpimjmonhbmamocpboifndnnakgknbf
Επίσημο URL https://chromewebstore.google.com/detail/night-shift-mode/dlpimjmonhbmamocpboifndnnakgknbf
Περιγραφή Take care of your eyes. Change screen brightness to special eye-protective colors from the list or to a color that you prefer.
Μέγεθος Αρχείου 733 KB
Αριθμός Εγκαταστάσεων 204,035
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2023-11-01
Ημερομηνία Δημοσίευσης 2021-03-16
Αξιολόγηση 4.70/5 Συνολικά 987 Αξιολογήσεις
Προγραμματιστής https://nightshiftmode.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nightshiftmode.com/
URL της Σελίδας Πολιτικής Απορρήτου https://nightshiftmode.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.7",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "overlay.js",
                "palette-picker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}