Hacker News Browser
Browse Hacker News stories from any webpage.
Cos'è Hacker News Browser?
Hacker News Browser è un'estensione di Chrome sviluppata da https://vijaygupta.work, e la sua funzione principale è "Browse Hacker News stories from any webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker News Browser
Scarica i file di estensione Hacker News Browser 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
Hacker News Browser is a fast and beautiful way to browse Hacker News Stories from any website.
* Browse Top Stories from last 24 hrs.
* Save your favourite story directly into your Pocket account.
* Tweet directly from the extension.
* Search for specific topic. Informazioni di Base sull'Estensione
| Nome | |
| ID | bobajmolpbfffmkdmhlnnhhokeeegbjd |
| URL Ufficiale | https://chromewebstore.google.com/detail/hacker-news-browser/bobajmolpbfffmkdmhlnnhhokeeegbjd |
| Descrizione | Browse Hacker News stories from any webpage. |
| Dimensione del File | 126 KB |
| Conteggio Installazioni | 174 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2019-09-14 |
| Data di Pubblicazione | 2019-09-14 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://vijaygupta.work |
| [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 Browser",
"version": "1.1.2",
"description": "Browse Hacker News stories from any webpage.",
"author": "Vijay Gupta (@ivijaygupta)",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"16": "img\/icons\/icon-16.png",
"48": "img\/icons\/icon-48.png",
"128": "img\/icons\/icon-128.png"
}
} | |