Hacker News Dark Theme

A non-invaise dark theme for Hacker News.

Cos'è Hacker News Dark Theme?

Hacker News Dark Theme è un'estensione di Chrome sviluppata da azerella, e la sua funzione principale è "A non-invaise dark theme for Hacker News.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hacker News Dark Theme

Scarica i file di estensione Hacker News Dark Theme 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

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

Informazioni di Base sull'Estensione

Nome Hacker News Dark Theme Hacker News Dark Theme
ID ndeojhdifgncfggdoocajmceelcnmkgh
URL Ufficiale https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh
Descrizione A non-invaise dark theme for Hacker News.
Dimensione del File 13.91 KB
Conteggio Installazioni 127
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-05-16
Data di Pubblicazione 2020-05-16
Sviluppatore azerella
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/adamzerella/ext-hn-darkmode
URL della Pagina di Aiuto https://github.com/adamzerella/ext-hn-darkmode/issues
URL della Pagina della Politica sulla Privacy https://github.com/azerella/ext-ambient-darkmode
Lingue Supportate 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"
    }
}