Better Homestuck
Improves the Homestuck reading experience
Better Homestuckとは何ですか?
Better HomestuckはDomNomNomによって開発されたChromeの拡張機能で、その主な機能は「Improves the Homestuck reading experience」です。
拡張機能のスクリーンショット
Better Homestuck拡張機能のCRXファイルをダウンロード
Better Homestuck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } ] } |