Wikipedia Dark Mode
View the Wikipedia website with a dark color scheme instead of the default light scheme.
Qu'est-ce que Wikipedia Dark Mode ?
Wikipedia Dark Mode est une extension Chrome développée par Dirk Lach, et sa fonction principale est "View the Wikipedia website with a dark color scheme instead of the default light scheme.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wikipedia Dark Mode
Téléchargez les fichiers d'extension Wikipedia Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wikipedia Dark Mode |
ID | jallfikmipepigfdkhpcpbpdeoindjme |
URL Officiel | https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme |
Description | View the Wikipedia website with a dark color scheme instead of the default light scheme. |
Taille du Fichier | 83.39 KB |
Nombre d'Installations | 327 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-12-08 |
Date de Publication | 2022-12-06 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Dirk Lach |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.dirklach.com/privacy.html |
Langues Prises en Charge | 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\/*" ] } ] } |