Homestuck Keyboard Navigation
Adds keyboard navigation to the Homestuck webcomic
Homestuck Keyboard Navigation란 무엇입니까?
Homestuck Keyboard Navigation은(는) murgatroid99에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds keyboard navigation to the Homestuck webcomic"입니다.
Homestuck Keyboard Navigation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds keyboard navigation to the MSPA webcomics. Currently supports the following keys: Right arrow key: Next page Left arrow key: Previous page L or Right Ctrl key: Opens or closes Dialoglog/Pesterlog The arrow key shortcuts currently do not work on flash pages due to conflicts with the game flashes. Icon taken from http://www.mspaintadventures.com/ACT6ACT6.php?s=6&p=008169
확장 프로그램 기본 정보
이름 | Homestuck Keyboard Navigation |
ID | icfppdnbakiampejgikedpidpnpcniga |
공식 URL | https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga |
설명 | Adds keyboard navigation to the Homestuck webcomic |
파일 크기 | 20.91 KB |
설치 횟수 | 566 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2018-07-28 |
출시 날짜 | 2018-07-28 |
평점 | 4.30/5 총 47 개의 평점 |
개발자 | murgatroid99 |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homestuck Keyboard Navigation", "version": "0.4.0", "manifest_version": 2, "description": "Adds keyboard navigation to the Homestuck webcomic", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.homestuck.com\/*" ], "js": [ "js\/content_script.js" ] } ], "permissions": [ "*:\/\/*.homestuck.com\/*" ] } |