HN Beautify
This extension makes HN more readable and pleasant.
Cos'è HN Beautify?
HN Beautify è un'estensione di Chrome sviluppata da guilherme.lam, e la sua funzione principale è "This extension makes HN more readable and pleasant.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HN Beautify
Scarica i file di estensione HN Beautify 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
A chrome extension that applies a stylesheet to Hacker News' frontpage and, in my opinion, makes reading it easier and more pleasant. Informazioni di Base sull'Estensione
| Nome | |
| ID | nhgmoodfakokkkkkibmdaklneefimlag |
| URL Ufficiale | https://chromewebstore.google.com/detail/hn-beautify/nhgmoodfakokkkkkibmdaklneefimlag |
| Descrizione | This extension makes HN more readable and pleasant. |
| Dimensione del File | 5.59 KB |
| Conteggio Installazioni | 160 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2014-08-08 |
| Data di Pubblicazione | 2014-08-08 |
| Valutazione | 4.67/5 Totale 6 Valutazioni |
| Sviluppatore | guilherme.lam |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HN Beautify",
"description": "This extension makes HN more readable and pleasant.",
"version": "1.0.1",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/news.ycombinator.com\/",
"*:\/\/news.ycombinator.com\/new*",
"*:\/\/news.ycombinator.com\/show",
"*:\/\/news.ycombinator.com\/ask"
],
"css": [
"styles.css"
]
}
]
} | |