Hacker News Collapse

Collapses comments on Hacker News

Hacker News Collapseคืออะไร?

Hacker News Collapse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomi.czinege และคุณลักษณะหลักของมันคือ "Collapses comments on Hacker News"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hacker News Collapse

ดาวน์โหลดไฟล์ส่วนขยาย Hacker News Collapse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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=*"
    ]
}