Dark Mode

Dark mode allows you to change the colour theme of Chrome from white to black.

Τι είναι το Dark Mode;

Το Dark Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dark Mode, και η κύρια λειτουργία του είναι "Dark mode allows you to change the colour theme of Chrome from white to black.".

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

screenshot
screenshot
screenshot

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

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

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

                        Dark mode for every website. Take care of your eyes, and use a dark theme for the night and daily browsing.

This eye-care extension enables night mode by creating dark themes for websites on the fly. In addition, dark mode inverts bright colours, making them highly contrast and easy to read at night.

The toolbar button is a switch that enables you to easily and quickly turn the extension ON or OFF. 

Dark Mode extension can darken almost all websites and local files opened by Chrome, such as PDFs. So from now on, your eyes can be relaxed when browsing the web on the screen at night.

There are two web pages that the Dark Mode cannot darken:
- The new tab: you need to install a dark theme for Chrome to make it dark. 
- The Chrome store: Google does not allow access to the Chrome store site to change the theme.                    

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

Όνομα Dark Mode Dark Mode
ID mgpembkbmocbpighdjckplnicdejhdbl
Επίσημο URL https://chrome.google.com/webstore/detail/dark-mode/mgpembkbmocbpighdjckplnicdejhdbl
Περιγραφή Dark mode allows you to change the colour theme of Chrome from white to black.
Μέγεθος Αρχείου 59.06 KB
Αριθμός Εγκαταστάσεων 21,258
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-10-09
Ημερομηνία Δημοσίευσης 2022-01-18
Αξιολόγηση 4.73/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής Dark Mode
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/darkmodelite
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/enable.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}