HackerNews Theme

Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain

Cos'è HackerNews Theme?

HackerNews Theme è un'estensione di Chrome sviluppata da jiten, e la sua funzione principale è "Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HackerNews Theme

Scarica i file di estensione HackerNews 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

                        Beautify hackernews
-Improved readability
-Clean Design
-Highlighted labels for "ShowHN" and "Ask HN"
-favicon for domain                    

Informazioni di Base sull'Estensione

Nome HackerNews Theme HackerNews Theme
ID ngjchhmppjcijklbnigfhhjdajkpjhil
URL Ufficiale https://chromewebstore.google.com/detail/hackernews-theme/ngjchhmppjcijklbnigfhhjdajkpjhil
Descrizione Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain
Dimensione del File 41.28 KB
Conteggio Installazioni 11
Versione Corrente 0.0.4
Ultimo Aggiornamento 2016-10-09
Data di Pubblicazione 2016-10-09
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore jiten
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "name": "HackerNews Theme",
    "version": "0.0.4",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.news.ycombinator.com\/*"
            ],
            "css": [
                "theme.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.news.ycombinator.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}