Wikipedia Dark Mode

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

Vad är Wikipedia Dark Mode?

Wikipedia Dark Mode är en Chrome-tillägg utvecklad av Dirk Lach, och dess huvudfunktion är "View the Wikipedia website with a dark color scheme instead of the default light scheme.".

Tilläggsskärmbilder

screenshot

Ladda ner Wikipedia Dark Mode-förlängningens CRX-fil

Ladda ner Wikipedia Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
Officiell webbadress https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
Beskrivning View the Wikipedia website with a dark color scheme instead of the default light scheme.
Filstorlek 83.39 KB
Antal Installationer 327
Aktuell Version 0.1.2
Senast Uppdaterad 2022-12-08
Publiceringsdatum 2022-12-06
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare Dirk Lach
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.dirklach.com/privacy.html
Stödda Språk 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\/*"
            ]
        }
    ]
}