Hacked Hacker News
Hacker News got hacked! Browsing and commenting on Hacker News made easier.
Hacked Hacker News란 무엇입니까?
Hacked Hacker News은(는) prophetjohn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hacker News got hacked! Browsing and commenting on Hacker News made easier."입니다.
확장 프로그램 스크린샷
Hacked Hacker News 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features Improved comment threads * Whether or not you've read a comment is tracked*. * *Old comments are cleaned out after a few days. * Comments you haven't read are highlighted. * The number of new comments per thread is displayed in the header. * Submit new comments, edit and delete existing ones without leaving the page and losing your place. * Navigate the comment threads with your keyboard. * j: go to next unread comment * a: upvote current comment * z: downvote current comment * r: reply to current comment Endless front page * Click 'More' to load new stories and new stories will be inserted into the existing page. * No more "Unkown or expired link." Hacked Hacker News will get a fresh link if the current one expires.
확장 프로그램 기본 정보
이름 | Hacked Hacker News |
ID | hlddllcemddpbekleofllndfidcgbgdp |
공식 URL | https://chromewebstore.google.com/detail/hacked-hacker-news/hlddllcemddpbekleofllndfidcgbgdp |
설명 | Hacker News got hacked! Browsing and commenting on Hacker News made easier. |
파일 크기 | 81.82 KB |
설치 횟수 | 43 |
현재 버전 | 0.944 |
최근 업데이트 | 2013-01-23 |
출시 날짜 | 2013-01-22 |
개발자 | prophetjohn |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/j-clark/hacked_hacker_news |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "hhn.css" ], "js": [ "jquery-1.8.3.min.js", "hhn.js", "jquery.form.js" ], "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*" ], "run_at": "document_start" } ], "name": "Hacked Hacker News", "homepage_url": "http:\/\/github.com\/j-clark\/hacked_hacker_news\/blob\/master\/README.md", "version": "0.944", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "img\/spinner.gif" ], "description": "Hacker News got hacked! Browsing and commenting on Hacker News made easier." } |