Hacker News Dark Theme

A non-invaise dark theme for Hacker News.

O que é Hacker News Dark Theme?

Hacker News Dark Theme é uma extensão do Chrome desenvolvida por azerella, e sua principal característica é "A non-invaise dark theme for Hacker News.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hacker News Dark Theme

Baixe arquivos de extensão Hacker News Dark Theme 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

                        This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.                    

Informações Básicas da Extensão

Nome Hacker News Dark Theme Hacker News Dark Theme
ID ndeojhdifgncfggdoocajmceelcnmkgh
URL Oficial https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh
Descrição A non-invaise dark theme for Hacker News.
Tamanho do Arquivo 13.91 KB
Contagem de Instalações 127
Versão Atual 0.1.0
Última Atualização 2020-05-16
Data de Publicação 2020-05-16
Desenvolvedor azerella
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/adamzerella/ext-hn-darkmode
URL da Página de Ajuda https://github.com/adamzerella/ext-hn-darkmode/issues
URL da Página de Política de Privacidade https://github.com/azerella/ext-ambient-darkmode
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News Dark Theme",
    "short_name": "hndt",
    "author": "Adam Zerella",
    "homepage_url": "https:\/\/github.com\/adamzerella\/ext-hn-darkmode",
    "version": "0.1.0",
    "description": "A non-invaise dark theme for Hacker News.",
    "permissions": [
        "https:\/\/news.ycombinator.com\/"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Hacker News Dark Theme"
    },
    "web_accessible_resources": [
        "extension.js"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}