Dark Theme - Dark mode for Chrome

Dark mode switch any websites to dark theme. Take care of your eyes day using a classic dark reader or change screen brightness.

Τι είναι το Dark Theme - Dark mode for Chrome;

Το Dark Theme - Dark mode for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dark-shiftmode.com, και η κύρια λειτουργία του είναι "Dark mode switch any websites to dark theme. Take care of your eyes day using a classic dark reader or change screen brightness.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark Theme - Dark mode for Chrome

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

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

                        Dark Theme - Dark Reader for Chrome enables night mode on nearly all websites and gives you the ability to control the built-in dark themes on those that have it.

If the website has built-in night theme, you can control it directly from extension and if it doesn't (like Gmail, Google Docs, Office Online, Github and millions others), we will convert the colors to provide you with smooth transition on dark mode.

There is also a white-list feature which enables you to exclude a desired domain from mode. Simply add a domain(s) to the designated area (comma separated) in the options page and the websites will be excluded. 

Night Shift
Activate Night Shift mode to invert the usual light from the screen to a warmer tone, thus, preventing your eyes from harm. You can turn the tool on and off in a single click when you need it.

Night shift automatically shifts the colors of your browser content to warmer end of the color spectrum after dark. Screen Shader Mode is a pleasure for your eyes!

Dark Reader
This eye-care extension enables night mode by creating dark themes for websites on the fly. Dark Reader inverts bright colors, making them high contrast and easy to read at night. Extension will put dark theme on all websites, suitable for those work at night and dark reader for online news or book reading.

This extension changes the style of Google Docs to a dark theme that is easier on the eyes and looks cooler :) 

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

Dark Theme for YouTube extension converts YouTube theme to a highly customizable dark charcoal/blue theme. This extension is built on top of the default YouTube theme, so it is very light-weighted compare to using themes injected by stylish or stylus extensions.

Feel free to ask any questions and leave comments. Your feedback is very important for our product!                    

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

Όνομα Dark Theme - Dark mode for Chrome Dark Theme - Dark mode for Chrome
ID gjjbmfigjpgnehjioicaalopaikcnheo
Επίσημο URL https://chromewebstore.google.com/detail/dark-theme-dark-mode-for/gjjbmfigjpgnehjioicaalopaikcnheo
Περιγραφή Dark mode switch any websites to dark theme. Take care of your eyes day using a classic dark reader or change screen brightness.
Μέγεθος Αρχείου 249 KB
Αριθμός Εγκαταστάσεων 800,010
Τρέχουσα Έκδοση 1.7.0
Τελευταία Ενημέρωση 2024-01-26
Ημερομηνία Δημοσίευσης 2021-08-03
Αξιολόγηση 4.56/5 Συνολικά 1117 Αξιολογήσεις
Προγραμματιστής https://dark-shiftmode.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dark-shiftmode.com
URL της Σελίδας Πολιτικής Απορρήτου https://dark-shiftmode.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,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,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.7.0",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "scripting"
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "128": "icons\/icon128x128.png"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            },
            "description": "Extension On\/Off"
        },
        "darkModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Dark Mode On\/Off"
        },
        "nightModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "windows": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Night Shift On\/Off"
        },
        "AddSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Toggle current site"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        ""
    ]
}