Night Shift

Night Shift automatically shifts the colors of your browser content to the warmer end of the color spectrum after dark.

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

Το Night Shift είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nightshift.lu, και η κύρια λειτουργία του είναι "Night Shift automatically shifts the colors of your browser content to the warmer end of the color spectrum after dark.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Night Shift automatically shifts the colors of your browser content to the warmer end of the color spectrum after dark.

⚡ You need to refresh all the tabs, which were opened BEFORE the Night Shift was installed. You can also restart Chrome to refresh all the tabs at once. Otherwise, Night Shift will work only with the newly opened tabs. 

⚡In accordance with the Chrome Browser policies, Night Shift is restricted to work on the Chrome Web Store and Home Page. Please open any other website (for example, YouTube) after installing this extension and check the extension in action.

Night Shift provides itself on a scheduled basis, you can choose from 3 options:
1. Sunset to Sunrise (Chrome colors will be shaded every day automatically on Sunset).
2. Off (manually enable the Night Shift to shade the screen)
3. Custom (set up your own schedule to start up and finish display color adjustments)

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 changes the colors of the screen to warm and eye-protective shades. You can set automatically change screen mode by schedule or select a color theme for a certain website.

Working on a computer a night time may take affect your eyes. 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 the best alternative for screen tinting. 

Screen Shader Mode is a pleasure for your eyes!                    

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

Όνομα Night Shift Night Shift
ID ocginjipilabheemhfbedijlhajbcabh
Επίσημο URL https://chromewebstore.google.com/detail/night-shift/ocginjipilabheemhfbedijlhajbcabh
Περιγραφή Night Shift automatically shifts the colors of your browser content to the warmer end of the color spectrum after dark.
Μέγεθος Αρχείου 142 KB
Αριθμός Εγκαταστάσεων 264,371
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2023-10-31
Ημερομηνία Δημοσίευσης 2020-07-08
Αξιολόγηση 4.50/5 Συνολικά 655 Αξιολογήσεις
Προγραμματιστής https://nightshift.lu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nightshift.lu/
URL της Σελίδας Πολιτικής Απορρήτου https://nightshift.lu/privacy-policy
Υποστηριζόμενες Γλώσσες 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,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "js\/lib\/moment.min.js",
                "storage.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/darkmode.css",
                "css\/yt.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "version": "1.0.8"
}