Hacker News Collapse

Collapses comments on Hacker News

Hacker News Collapse क्या है?

Hacker News Collapse tomi.czinege द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collapses comments on Hacker News"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hacker News Collapse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Hacker News Collapse Hacker News Collapse
ID bbkfcamiocfccgmcjngdljolljhifdph
आधिकारिक URL https://chromewebstore.google.com/detail/hacker-news-collapse/bbkfcamiocfccgmcjngdljolljhifdph
विवरण Collapses comments on Hacker News
फ़ाइल का आकार 39.67 KB
स्थापना संख्या 149
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2013-07-04
प्रकाशन तिथि 2013-07-04
रेटिंग 4.20/5 कुल 15 रेटिंग्स
डेवलपर tomi.czinege
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitbucket.org/drjokepu/hncollapse
समर्थित भाषाएँ 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=*"
    ]
}