Dark-Numworks
A chrome add-on to make the numworks workshop website darker.
Wat is Dark-Numworks?
Dark-Numworks is een Chrome-extensie ontwikkeld door CZX - Dev, en de belangrijkste functie is "A chrome add-on to make the numworks workshop website darker.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dark-Numworks
Download Dark-Numworks-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
[FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main!
[ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme! Basisinformatie over de Extensie
| Naam | |
| ID | hpjcifgaejbdpnkdbiifofodhbmpmjij |
| Officiële URL | https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij |
| Beschrijving | A chrome add-on to make the numworks workshop website darker. |
| Bestandsgrootte | 39.56 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.1.4 |
| Laatst Bijgewerkt | 2019-11-27 |
| Publicatiedatum | 2019-11-27 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | CZX - Dev |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Cozax/numworks-site-dark-theme |
| Help Pagina-URL | https://github.com/Cozax/numworks-site-dark-theme/issues |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dark-Numworks",
"version": "0.1.4",
"description": "A chrome add-on to make the numworks workshop website darker.",
"permissions": [
"storage"
],
"icons": {
"16": "22596700.png",
"128": "22596700.png"
},
"content_scripts": [
{
"css": [
"styles.css",
"dn-options.css"
],
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"https:\/\/workshop.numworks.com\/*"
]
}
]
} | |