Hacker News Collapsible Comments
Adds reddit-like [+] and [-] links to collapse and expand comment threads.
Cos'è Hacker News Collapsible Comments?
Hacker News Collapsible Comments è un'estensione di Chrome sviluppata da muitocomplicado, e la sua funzione principale è "Adds reddit-like [+] and [-] links to collapse and expand comment threads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker News Collapsible Comments
Scarica i file di estensione Hacker News Collapsible Comments 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
Based on the bookmarklet code by niyazpk. https://github.com/niyazpk/Collapsible-comments-for-Hacker-News v1.3 - Added support for https and updated the collapsible comments script.
Informazioni di Base sull'Estensione
Nome | Hacker News Collapsible Comments |
ID | hockhafcdegocajmjhafgjncjpodihkd |
URL Ufficiale | https://chromewebstore.google.com/detail/hacker-news-collapsible-c/hockhafcdegocajmjhafgjncjpodihkd |
Descrizione | Adds reddit-like [+] and [-] links to collapse and expand comment threads. |
Dimensione del File | 42.23 KB |
Conteggio Installazioni | 283 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-03-12 |
Data di Pubblicazione | 2013-03-12 |
Valutazione | 4.67/5 Totale 27 Valutazioni |
Sviluppatore | muitocomplicado |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News Collapsible Comments", "version": "1.3", "manifest_version": 2, "description": "Adds reddit-like [+] and [-] links to collapse and expand comment threads.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*", "http:\/\/hackerne.ws\/*", "https:\/\/hackerne.ws\/*" ], "js": [ "jquery.js", "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ] } |