Wikipedia Dark Mode

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

Was ist Wikipedia Dark Mode?

Wikipedia Dark Mode ist eine Chrome-Erweiterung, die von Dirk Lach entwickelt wurde, und ihr Hauptmerkmal ist "View the Wikipedia website with a dark color scheme instead of the default light scheme.".

Erweiterungsscreenshots

screenshot

Wikipedia Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wikipedia Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
Offizielle URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
Beschreibung View the Wikipedia website with a dark color scheme instead of the default light scheme.
Dateigröße 83.39 KB
Installationsanzahl 327
Aktuelle Version 0.1.2
Letztes Update 2022-12-08
Veröffentlichungsdatum 2022-12-06
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Dirk Lach
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.dirklach.com/privacy.html
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}