Homestuck Keyboard Navigation
Adds keyboard navigation to the Homestuck webcomic
Was ist Homestuck Keyboard Navigation?
Homestuck Keyboard Navigation ist eine Chrome-Erweiterung, die von murgatroid99 entwickelt wurde, und ihr Hauptmerkmal ist "Adds keyboard navigation to the Homestuck webcomic".
Homestuck Keyboard Navigation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Homestuck Keyboard Navigation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | icfppdnbakiampejgikedpidpnpcniga |
| Offizielle URL | https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga |
| Beschreibung | Adds keyboard navigation to the Homestuck webcomic |
| Dateigröße | 20.91 KB |
| Installationsanzahl | 566 |
| Aktuelle Version | 0.4.0 |
| Letztes Update | 2018-07-28 |
| Veröffentlichungsdatum | 2018-07-28 |
| Bewertung | 4.30/5 Insgesamt 47 Bewertungen |
| Entwickler | murgatroid99 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |