Hacker News +

Stylish Hacker News.

Cos'è Hacker News +?

Hacker News + è un'estensione di Chrome sviluppata da Jarques, e la sua funzione principale è "Stylish Hacker News.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hacker News +

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

                        With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely.

Any questions / comments contact me on Twitter: @jarques

Update in v2.0:

* Update to manifest v3
* Dark mode switcher
* Remove hot key support
* Improved commenting layouts                    

Informazioni di Base sull'Estensione

Nome Hacker News + Hacker News +
ID oieefcckcbbgniifdhhialgkmghahjgl
URL Ufficiale https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl
Descrizione Stylish Hacker News.
Dimensione del File 456 KB
Conteggio Installazioni 191
Versione Corrente 2.0
Ultimo Aggiornamento 2023-05-28
Data di Pubblicazione 2013-08-02
Valutazione 4.38/5 Totale 26 Valutazioni
Sviluppatore Jarques
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://jarqu.es/dev/HN+/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hacker News +",
    "version": "2.0",
    "description": "Stylish Hacker News.",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/hn.js"
            ],
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*.ttf"
            ],
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}