Homestuck Keyboard Navigation

Adds keyboard navigation to the Homestuck webcomic

Qu'est-ce que Homestuck Keyboard Navigation ?

Homestuck Keyboard Navigation est une extension Chrome développée par murgatroid99, et sa fonction principale est "Adds keyboard navigation to the Homestuck webcomic".

Télécharger le fichier CRX de l'extension Homestuck Keyboard Navigation

Téléchargez les fichiers d'extension Homestuck Keyboard Navigation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Homestuck Keyboard Navigation Homestuck Keyboard Navigation
ID icfppdnbakiampejgikedpidpnpcniga
URL Officiel https://chromewebstore.google.com/detail/homestuck-keyboard-naviga/icfppdnbakiampejgikedpidpnpcniga
Description Adds keyboard navigation to the Homestuck webcomic
Taille du Fichier 20.91 KB
Nombre d'Installations 566
Version Actuelle 0.4.0
Dernière Mise à Jour 2018-07-28
Date de Publication 2018-07-28
Évaluation 4.30/5 Total 47 Évaluations
Développeur murgatroid99
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}