Hacker News Collapse
Collapses comments on Hacker News
Cos'è Hacker News Collapse?
Hacker News Collapse è un'estensione di Chrome sviluppata da tomi.czinege, e la sua funzione principale è "Collapses comments on Hacker News".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker News Collapse
Scarica i file di estensione Hacker News Collapse 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
Collapses comment trees on Hacker News. To collapse a comment, click on the [-] button at the right of the commet header.
Changes in 1.2.1:
* Fixed a bug regarding HN Collapse not working properly when the black line of mourning is visible on on HN.
* Fixed a bug regarding the positioning of the collapse button on deleted comments.
Changes in 1.2:
* Added support for HTTPS.
Changes in 1.1:
* Fixed bug regarding not hiding the "reply" link when the comment has no children.
* Added support for the "threads" page. Informazioni di Base sull'Estensione
| Nome | |
| ID | bbkfcamiocfccgmcjngdljolljhifdph |
| URL Ufficiale | https://chromewebstore.google.com/detail/hacker-news-collapse/bbkfcamiocfccgmcjngdljolljhifdph |
| Descrizione | Collapses comments on Hacker News |
| Dimensione del File | 39.67 KB |
| Conteggio Installazioni | 149 |
| Versione Corrente | 1.2.1 |
| Ultimo Aggiornamento | 2013-07-04 |
| Data di Pubblicazione | 2013-07-04 |
| Valutazione | 4.20/5 Totale 15 Valutazioni |
| Sviluppatore | tomi.czinege |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://bitbucket.org/drjokepu/hncollapse |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hacker News Collapse",
"version": "1.2.1",
"manifest_version": 2,
"description": "Collapses comments on Hacker News",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/news.ycombinator.com\/item?id=*",
"http:\/\/news.ycombinator.com\/threads?id=*",
"https:\/\/news.ycombinator.com\/item?id=*",
"https:\/\/news.ycombinator.com\/threads?id=*"
],
"css": [],
"js": [
"jquery.js",
"hncollapse.js"
]
}
],
"permissions": [
"http:\/\/news.ycombinator.com\/item?id=*",
"https:\/\/news.ycombinator.com\/item?id=*"
]
} | |