Wikipedia Dark Mode
View the Wikipedia website with a dark color scheme instead of the default light scheme.
Τι είναι το Wikipedia Dark Mode;
Το Wikipedia Dark Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dirk Lach, και η κύρια λειτουργία του είναι "View the Wikipedia website with a dark color scheme instead of the default light scheme.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Wikipedia Dark Mode
Λήψη αρχείων επέκτασης Wikipedia Dark Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Wikipedia Dark Mode |
ID | jallfikmipepigfdkhpcpbpdeoindjme |
Επίσημο URL | https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme |
Περιγραφή | View the Wikipedia website with a dark color scheme instead of the default light scheme. |
Μέγεθος Αρχείου | 83.39 KB |
Αριθμός Εγκαταστάσεων | 327 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2022-12-08 |
Ημερομηνία Δημοσίευσης | 2022-12-06 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Dirk Lach |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.dirklach.com/privacy.html |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |