MDN After Dark
Dark Mode theme for Mozilla Developer Network
Cos'è MDN After Dark?
MDN After Dark è un'estensione di Chrome sviluppata da Recommendation Engines, e la sua funzione principale è "Dark Mode theme for Mozilla Developer Network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MDN After Dark
Scarica i file di estensione MDN After Dark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A dark theme for Mozilla Developer Network. This package changes the styling on most pages of MDN, but was written mostly centered around documentation pages. We do not track any of your data. This purely changes the styling on MDN, nothing else.
Informazioni di Base sull'Estensione
Nome | MDN After Dark |
ID | gmgpjlaikldbfhmnlplbfbobnkjnhgin |
URL Ufficiale | https://chromewebstore.google.com/detail/mdn-after-dark/gmgpjlaikldbfhmnlplbfbobnkjnhgin |
Descrizione | Dark Mode theme for Mozilla Developer Network |
Dimensione del File | 4.54 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2020-12-11 |
Data di Pubblicazione | 2020-11-21 |
Valutazione | 2.50/5 Totale 8 Valutazioni |
Sviluppatore | Recommendation Engines |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MDN After Dark", "version": "0.1.3", "description": "Dark Mode theme for Mozilla Developer Network", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/developer.mozilla.org\/*" ] } ] } |