Hacker News Collapse

Collapses comments on Hacker News

Qu'est-ce que Hacker News Collapse ?

Hacker News Collapse est une extension Chrome développée par tomi.czinege, et sa fonction principale est "Collapses comments on Hacker News".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hacker News Collapse

Téléchargez les fichiers d'extension Hacker News Collapse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hacker News Collapse Hacker News Collapse
ID bbkfcamiocfccgmcjngdljolljhifdph
URL Officiel https://chromewebstore.google.com/detail/hacker-news-collapse/bbkfcamiocfccgmcjngdljolljhifdph
Description Collapses comments on Hacker News
Taille du Fichier 39.67 KB
Nombre d'Installations 149
Version Actuelle 1.2.1
Dernière Mise à Jour 2013-07-04
Date de Publication 2013-07-04
Évaluation 4.20/5 Total 15 Évaluations
Développeur tomi.czinege
Type de Paiement free
Site Web de l'Extension https://bitbucket.org/drjokepu/hncollapse
Langues Prises en Charge 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=*"
    ]
}