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ファイルをダウンロード
Homestuck Keyboard Navigation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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\/*" ] } |