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