Hacker News Collapse

Collapses comments on Hacker News

Hacker News Collapse là gì?

Hacker News Collapse là một tiện ích mở rộng Chrome được phát triển bởi tomi.czinege, và tính năng chính của nó là "Collapses comments on Hacker News".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hacker News Collapse

Tải xuống các tệp mở rộng Hacker News Collapse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hacker News Collapse Hacker News Collapse
ID bbkfcamiocfccgmcjngdljolljhifdph
URL Chính Thức https://chromewebstore.google.com/detail/hacker-news-collapse/bbkfcamiocfccgmcjngdljolljhifdph
Mô tả Collapses comments on Hacker News
Kích Thước Tệp 39.67 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2013-07-04
Ngày Phát Hành 2013-07-04
Đánh Giá 4.20/5 Tổng số 15 Đánh Giá
Nhà Phát Triển tomi.czinege
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/drjokepu/hncollapse
Ngôn Ngữ Được Hỗ Trợ 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=*"
    ]
}