Wikipedia: Dark Mode
Now read your favorite articles on Wikipedia in Dark Mode.
Wat is Wikipedia: Dark Mode?
Wikipedia: Dark Mode is een Chrome-extensie ontwikkeld door rvkantpujari, en de belangrijkste functie is "Now read your favorite articles on Wikipedia in Dark Mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikipedia: Dark Mode
Download Wikipedia: Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 🆓🆓🆓!!! Basisinformatie over de Extensie
| Naam | |
| ID | icabgmaddjoonjencojmejcfngffikce |
| Officiële URL | https://chromewebstore.google.com/detail/wikipedia-dark-mode/icabgmaddjoonjencojmejcfngffikce |
| Beschrijving | Now read your favorite articles on Wikipedia in Dark Mode. |
| Bestandsgrootte | 8.52 KB |
| Aantal Installaties | 4,981 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2021-09-22 |
| Publicatiedatum | 2020-12-08 |
| Beoordeling | 3.52/5 Totaal 23 Beoordelingen |
| Ontwikkelaar | rvkantpujari |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |