HipsterNews
DesignerNews in your HackerNews so you can browse while you browse.
Cos'è HipsterNews?
HipsterNews è un'estensione di Chrome sviluppata da Matt Milosavljevic (mmilo), e la sua funzione principale è "DesignerNews in your HackerNews so you can browse while you browse.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HipsterNews
Scarica i file di estensione HipsterNews 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
HipsterNews is an extension that makes HackerNews (news.ycombinator.com) look more like DesignerNews (news.layervault.com). It’s created and maintained by Matt Milosavljevic, you can find him as @mmilo on Twitter.
Informazioni di Base sull'Estensione
Nome | HipsterNews |
ID | midnccdcbhikpniledkdhojbhdnkkkdb |
URL Ufficiale | https://chromewebstore.google.com/detail/hipsternews/midnccdcbhikpniledkdhojbhdnkkkdb |
Descrizione | DesignerNews in your HackerNews so you can browse while you browse. |
Dimensione del File | 68.68 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2013-07-04 |
Data di Pubblicazione | 2013-07-03 |
Valutazione | 4.62/5 Totale 21 Valutazioni |
Sviluppatore | Matt Milosavljevic (mmilo) |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HipsterNews", "version": "0.5", "manifest_version": 2, "description": "DesignerNews in your HackerNews so you can browse while you browse.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/news.ycombinator.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "jquery.min.js", "main.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |