Homestuck Keyboard Navigation
Adds keyboard navigation to the Homestuck webcomic
Wat is Homestuck Keyboard Navigation?
Homestuck Keyboard Navigation is een Chrome-extensie ontwikkeld door murgatroid99, en de belangrijkste functie is "Adds keyboard navigation to the Homestuck webcomic".
Download het CRX-bestand van de extensie Homestuck Keyboard Navigation
Download Homestuck Keyboard Navigation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Homestuck Keyboard Navigation |
ID | icfppdnbakiampejgikedpidpnpcniga |
Officiële URL | https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga |
Beschrijving | Adds keyboard navigation to the Homestuck webcomic |
Bestandsgrootte | 20.91 KB |
Aantal Installaties | 566 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2018-07-28 |
Publicatiedatum | 2018-07-28 |
Beoordeling | 4.30/5 Totaal 47 Beoordelingen |
Ontwikkelaar | murgatroid99 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |