HackerNew
The best Hacker News extension, making HN quicker and more useful since 2012.
HackerNew란 무엇입니까?
HackerNew은(는) Tom Moor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best Hacker News extension, making HN quicker and more useful since 2012."입니다.
확장 프로그램 스크린샷
HackerNew 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Once you install this extension you'll never be able to go back to regular Hacker News, featuring: - Improved readability design - Retina screen support - User following - Super fast inline replies - Quick profiles with social network info when hovering over usernames - Filtering of stories based on terms and phrases / domain or user - Endless scrolling - Collapsible comment threads - Direct link to Google Cache version - Social sharing for Twitter, Facebook, Google+, Buffer HackerNew is open source - forks and improvements are welcome: https://github.com/tommoor/HackerNew
확장 프로그램 기본 정보
이름 | HackerNew |
ID | lgoghlndihpmbbgmbpjohilcphbfhddd |
공식 URL | https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd |
설명 | The best Hacker News extension, making HN quicker and more useful since 2012. |
파일 크기 | 209 KB |
설치 횟수 | 1,213 |
현재 버전 | 1.3.2 |
최근 업데이트 | 2021-04-20 |
출시 날짜 | 2021-04-20 |
평점 | 4.32/5 총 50 개의 평점 |
개발자 | Tom Moor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tommoor/HackerNew |
도움말 페이지 URL | https://github.com/tommoor/HackerNew |
개인정보 보호 정책 페이지 URL | https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HackerNew", "version": "1.3.2", "description": "The best Hacker News extension, making HN quicker and more useful since 2012.", "background": { "page": "background.html" }, "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/karma.png", "images\/follow.png", "images\/unfollow.png", "images\/loading.gif", "images\/loading-light.gif", "images\/icons.png", "images\/icon.png", "images\/arrow-up.png", "images\/arrow-down.png" ], "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "http:\/\/news.ycombinator.org\/*", "http:\/\/hackerne.ws\/*", "https:\/\/news.ycombinator.com\/*" ], "css": [ "forms.css", "hn.css" ], "js": [ "js\/libs\/jquery-1.7.1.min.js", "js\/libs\/jquery.hoverIntent.js", "js\/libs\/jquery.autogrow.js", "js\/libs\/twitter.text.js", "js\/hn.js" ] } ] } |