Wikipedia: Dark Mode

Now read your favorite articles on Wikipedia in Dark Mode.

Was ist Wikipedia: Dark Mode?

Wikipedia: Dark Mode ist eine Chrome-Erweiterung, die von rvkantpujari entwickelt wurde, und ihr Hauptmerkmal ist "Now read your favorite articles on Wikipedia in Dark Mode.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
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

                        If you are a night owl and you want to read your articles without any kind of eye strain then this is the best chrome extension for you. 🚀

We present you an extension which will allow you to read your Wikipedia articles in Dark Mode. 💻

Now, read your favorite Wiki articles hassle-free. 👩🏻‍💻👨🏻‍💻

What's new?
🆕 Dark mode for mathematical equations.

NOTE: This chrome extension is 🆓🆓🆓!!!                    

Grundlegende Informationen zur Erweiterung

Name Wikipedia: Dark Mode Wikipedia: Dark Mode
ID icabgmaddjoonjencojmejcfngffikce
Offizielle URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/icabgmaddjoonjencojmejcfngffikce
Beschreibung Now read your favorite articles on Wikipedia in Dark Mode.
Dateigröße 8.52 KB
Installationsanzahl 4,981
Aktuelle Version 1.0.3
Letztes Update 2021-09-22
Veröffentlichungsdatum 2020-12-08
Bewertung 3.52/5 Insgesamt 23 Bewertungen
Entwickler rvkantpujari
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia: Dark Mode",
    "description": "Now read your favorite articles on Wikipedia in Dark Mode.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/darkMode16.png",
        "32": "images\/darkMode32.png",
        "48": "images\/darkMode48.png",
        "128": "images\/darkMode128.png"
    }
}