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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Hacker News Collapsible Comments |
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 } ] } |