Hacker News in New Tab
Hacker News in New Tab for quick access to the latest stories.
Cos'è Hacker News in New Tab?
Hacker News in New Tab è un'estensione di Chrome sviluppata da Mateusz Janusz, e la sua funzione principale è "Hacker News in New Tab for quick access to the latest stories.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker News in New Tab
Scarica i file di estensione Hacker News in New Tab 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
Stay up-to-date with the latest stories from Y Combinator's Hacker News (news.ycombinator.com).
This is a small and light extension that will replace your New Tab page with top stories from Hacker News.
Comes with a night mode! Informazioni di Base sull'Estensione
| Nome | |
| ID | ecjkcfkjdeacecjplgihpljcjbecfiol |
| URL Ufficiale | https://chromewebstore.google.com/detail/hacker-news-in-new-tab/ecjkcfkjdeacecjplgihpljcjbecfiol |
| Descrizione | Hacker News in New Tab for quick access to the latest stories. |
| Dimensione del File | 41.84 KB |
| Conteggio Installazioni | 69 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2021-08-30 |
| Data di Pubblicazione | 2018-09-23 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Mateusz Janusz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hacker News in New Tab",
"version": "1.1.0",
"description": "Hacker News in New Tab for quick access to the latest stories.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "img\/hn16.png",
"48": "img\/hn48.png",
"128": "img\/hn128.png"
}
} | |