Wikipedia Dark Mode

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

Hvad er Wikipedia Dark Mode?

Wikipedia Dark Mode er en Chrome-udvidelse udviklet af Dirk Lach, og dens hovedfunktion er "View the Wikipedia website with a dark color scheme instead of the default light scheme.".

Udvidelsesskærmbilleder

screenshot

Download Wikipedia Dark Mode-udvidelses-CRX-fil

Download Wikipedia Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
Officiel URL https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
Beskrivelse View the Wikipedia website with a dark color scheme instead of the default light scheme.
Filstørrelse 83.39 KB
Antal Installationer 327
Nuværende Version 0.1.2
Senest Opdateret 2022-12-08
Udgivelsesdato 2022-12-06
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler Dirk Lach
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.dirklach.com/privacy.html
Understøttede Sprog 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\/*"
            ]
        }
    ]
}