Hacker News platinum
Hacker News extension that provides keyboard navigation based on reddit-platinum.
Hacker News platinum란 무엇입니까?
Hacker News platinum은(는) Felix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hacker News extension that provides keyboard navigation based on reddit-platinum."입니다.
확장 프로그램 스크린샷
Hacker News platinum 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a mouseless Hacker News navigation with cross tab navigation (Left arrow closes tab opened with right arrow). This extension is based on the excellent reddit-plantinum extension by Mournier Florian: https://chrome.google.com/webstore/detail/lgdabokohpkanioglmfikbhclpknccla?hc=search&hcp=main Press ? to show keyboard shortcuts help. On links page: * Up -> Previous link * Down -> Next link * Right (or Enter) -> Open link in new tab (Hold Shift to open tab in background) * Left -> Open comments in new tab * Page Up -> Go up by 5 links * Page Down -> Go down by 5 links * Home -> To first link * End -> To last link * Ctrl + Up -> Upvote On comment page: * Up -> Previous comment * Down -> Next comment * Ctrl + Up -> Upvote comment * Space -> Reply to comment in new tab * Left -> Closes comment tab and brings you back to links page * Right or n -> Go to next top-level comment. * p or Left -> Go to previous top- * Page Up -> Go up by 5 comments * Page Down -> Go down by 5 comments * Home -> To first comment * End -> To last comment Mouse scroll behaves like up and down arrow. Alt + Scroll behaves as normal. Project at: http://github.com/fberger/hackernews-navigation/
확장 프로그램 기본 정보
이름 | |
ID | obmcndmmnnbahnkcegdghaonbabajnel |
공식 URL | https://chrome.google.com/webstore/detail/hacker-news-platinum/obmcndmmnnbahnkcegdghaonbabajnel |
설명 | Hacker News extension that provides keyboard navigation based on reddit-platinum. |
파일 크기 | 183 KB |
설치 횟수 | 70 |
현재 버전 | 12 |
최근 업데이트 | 2014-02-23 |
출시 날짜 | 2014-02-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Felix |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://news.ycombinator.com/ |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "analytics.js", "jquery-1.9.1.min.js", "bg.js" ] }, "content_scripts": [ { "js": [ "jquery-1.9.1.min.js", "jquery-ui-1.10.1.custom.min.js", "jquery.mousewheel.js", "content.js", "help.js" ], "matches": [ "*:\/\/news.ycombinator.com\/*" ] } ], "web_accessible_resources": [ "help.css" ], "description": "Hacker News extension that provides keyboard navigation based on reddit-platinum.", "icons": { "128": "icon128.png" }, "name": "Hacker News platinum", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "12" } |