Better Homestuck
Improves the Homestuck reading experience
Better Homestuck란 무엇입니까?
Better Homestuck은(는) DomNomNom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the Homestuck reading experience"입니다.
확장 프로그램 스크린샷
Better Homestuck 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Brings the following to the Homestuck experience: - Instant load times for the next page - Keyboard controls (arrow keys) - Saves your reading progress by default - A unified "next" button - Handles special pages - Auto-expanded chat logs - Sensible scrolling when the next button is clicked and there is content below - Highlighting for chat lines of Doc Scratch - Minor page style tweaks - Links to discussion of the current page (where applicable) The last five features and some other minor things (eg. nice resizing) are not possible without the extension. The rest should might work without it by visiting http://better-homestuck.appspot.com/ A Firefox version of this is available here: https://addons.mozilla.org/en-US/firefox/addon/better-homestuck/ Dedicated to cjh.
확장 프로그램 기본 정보
이름 | Better Homestuck |
ID | aaaidlpoefeeklbhpndokmfipimojimj |
공식 URL | https://chromewebstore.google.com/detail/better-homestuck/aaaidlpoefeeklbhpndokmfipimojimj |
설명 | Improves the Homestuck reading experience |
파일 크기 | 95.84 KB |
설치 횟수 | 460 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2016-03-13 |
출시 날짜 | 2016-03-13 |
평점 | 4.39/5 총 18 개의 평점 |
개발자 | DomNomNom |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://domnomnom.com/ReadHomestuck/ |
도움말 페이지 URL | https://github.com/DomNomNom/ReadHomestuck |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Homestuck", "short_name": "BetterHomestuck", "description": "Improves the Homestuck reading experience", "version": "1.2.3", "browser_action": { "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/www.mspaintadventures.com\/*" ], "css": [ "overide.css" ], "js": [ "jquery.js", "contentscript.js" ], "all_frames": true } ] } |