Hacker News Collapse
Collapses comments on Hacker News
什麼是Hacker News Collapse?
Hacker News Collapse是由tomi.czinege開發的Chrome擴展程式,該擴展的主要功能是“Collapses comments on Hacker News”。
擴展截圖
下載Hacker News Collapse擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | bbkfcamiocfccgmcjngdljolljhifdph |
| 官方網址 | 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=*"
]
} | |