Hacker News Collapsible Comments
Adds reddit-like [+] and [-] links to collapse and expand comment threads.
Hacker News Collapsible Commentsとは何ですか?
Hacker News Collapsible Commentsはmuitocomplicadoによって開発されたChromeの拡張機能で、その主な機能は「Adds reddit-like [+] and [-] links to collapse and expand comment threads.」です。
拡張機能のスクリーンショット
Hacker News Collapsible Comments拡張機能のCRXファイルをダウンロード
Hacker News Collapsible Comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Based on the bookmarklet code by niyazpk.
https://github.com/niyazpk/Collapsible-comments-for-Hacker-News
v1.3 - Added support for https and updated the collapsible comments script. 拡張機能の基本情報
| 名前 | |
| ID | hockhafcdegocajmjhafgjncjpodihkd |
| 公式URL | https://chromewebstore.google.com/detail/hacker-news-collapsible-c/hockhafcdegocajmjhafgjncjpodihkd |
| 説明 | Adds reddit-like [+] and [-] links to collapse and expand comment threads. |
| ファイルサイズ | 42.23 KB |
| インストール数 | 283 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2013-03-12 |
| 公開日 | 2013-03-12 |
| 評価 | 4.67/5 合計 27 レビュー |
| 開発者 | muitocomplicado |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hacker News Collapsible Comments",
"version": "1.3",
"manifest_version": 2,
"description": "Adds reddit-like [+] and [-] links to collapse and expand comment threads.",
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/news.ycombinator.com\/*",
"https:\/\/news.ycombinator.com\/*",
"http:\/\/hackerne.ws\/*",
"https:\/\/hackerne.ws\/*"
],
"js": [
"jquery.js",
"contentscript.js"
],
"run_at": "document_idle",
"all_frames": false
}
]
} | |