Dark Hacker News
Dark Mode For Hacker News
O que é Dark Hacker News?
Dark Hacker News é uma extensão do Chrome desenvolvida por Matthew Wilkinson, e sua principal característica é "Dark Mode For Hacker News".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dark Hacker News
Baixe arquivos de extensão Dark Hacker News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | Dark Hacker News |
ID | ibhckhmgbfnlagdgpheomkaegpnimnhj |
URL Oficial | https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj |
Descrição | Dark Mode For Hacker News |
Tamanho do Arquivo | 7.83 KB |
Contagem de Instalações | 401 |
Versão Atual | 0.1.3 |
Última Atualização | 2022-10-01 |
Data de Publicação | 2019-01-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Matthew Wilkinson |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ScFix/DarkHacker |
URL da Página de Ajuda | https://github.com/ScFix/DarkHacker/issues |
Idiomas Suportados | 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 } |