Dark Hacker News
Dark Mode For Hacker News
Cos'è Dark Hacker News?
Dark Hacker News è un'estensione di Chrome sviluppata da Matthew Wilkinson, e la sua funzione principale è "Dark Mode For Hacker News".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Hacker News
Scarica i file di estensione Dark Hacker News 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 basic dark theme for Hacker News. If you have any desires you can put an issues at the repo. https://github.com/AirsickLowlander/DarkHacker Any improvements are also welcome. Let me know what you think :)
Informazioni di Base sull'Estensione
Nome | Dark Hacker News |
ID | ibhckhmgbfnlagdgpheomkaegpnimnhj |
URL Ufficiale | https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj |
Descrizione | Dark Mode For Hacker News |
Dimensione del File | 7.83 KB |
Conteggio Installazioni | 401 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2022-10-01 |
Data di Pubblicazione | 2019-01-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Matthew Wilkinson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ScFix/DarkHacker |
URL della Pagina di Aiuto | https://github.com/ScFix/DarkHacker/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Hacker News", "version": "0.1.3", "description": "Dark Mode For Hacker News", "permissions": [ "https:\/\/news.ycombinator.com\/*" ], "action": { "default_icon": { "16": "images\/Dh16.png", "32": "images\/Dh32.png", "48": "images\/Dh48.png", "128": "images\/Dh128.png" } }, "icons": { "16": "images\/Dh16.png", "32": "images\/Dh32.png", "48": "images\/Dh48.png", "128": "images\/Dh128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ "DarkHacker.css" ] } ], "manifest_version": 3 } |