Homestuck Keyboard Navigation
Adds keyboard navigation to the Homestuck webcomic
Cos'è Homestuck Keyboard Navigation?
Homestuck Keyboard Navigation è un'estensione di Chrome sviluppata da murgatroid99, e la sua funzione principale è "Adds keyboard navigation to the Homestuck webcomic".
Scarica il file CRX dell'estensione Homestuck Keyboard Navigation
Scarica i file di estensione Homestuck Keyboard Navigation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Homestuck Keyboard Navigation |
ID | icfppdnbakiampejgikedpidpnpcniga |
URL Ufficiale | https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga |
Descrizione | Adds keyboard navigation to the Homestuck webcomic |
Dimensione del File | 20.91 KB |
Conteggio Installazioni | 566 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2018-07-28 |
Data di Pubblicazione | 2018-07-28 |
Valutazione | 4.30/5 Totale 47 Valutazioni |
Sviluppatore | murgatroid99 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |