Wikipedia Dark Mode

View the Wikipedia website with a dark color scheme instead of the default light scheme.

Cos'è Wikipedia Dark Mode?

Wikipedia Dark Mode è un'estensione di Chrome sviluppata da Dirk Lach, e la sua funzione principale è "View the Wikipedia website with a dark color scheme instead of the default light scheme.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wikipedia Dark Mode

Scarica i file di estensione Wikipedia Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.                    

Informazioni di Base sull'Estensione

Nome Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
URL Ufficiale https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
Descrizione View the Wikipedia website with a dark color scheme instead of the default light scheme.
Dimensione del File 83.39 KB
Conteggio Installazioni 327
Versione Corrente 0.1.2
Ultimo Aggiornamento 2022-12-08
Data di Pubblicazione 2022-12-06
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Dirk Lach
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.dirklach.com/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia Dark Mode",
    "version": "0.1.2",
    "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ]
}