Spatial Navigation

Smart spatial navigation with key map to links. Bind WASDE and Q keys.

Qu'est-ce que Spatial Navigation ?

Spatial Navigation est une extension Chrome développée par falsandtru, et sa fonction principale est "Smart spatial navigation with key map to links. Bind WASDE and Q keys.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Spatial Navigation

Téléchargez les fichiers d'extension Spatial 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

                        wasd: Four-way navigation.
e/E: Map keys or change targets.
WS: Index only.
AD: Reverse.
q: Quit.
Enter: Click with shift key.
Shift+Enter: Click.

https://github.com/falsandtru/spatial-navigation                    

Informations de Base sur l'Extension

Nom Spatial Navigation Spatial Navigation
ID gogippjaikoijhcdcioeajgpmlmchkba
URL Officiel https://chromewebstore.google.com/detail/spatial-navigation/gogippjaikoijhcdcioeajgpmlmchkba
Description Smart spatial navigation with key map to links. Bind WASDE and Q keys.
Taille du Fichier 21.46 KB
Nombre d'Installations 79
Version Actuelle 0.4.7
Dernière Mise à Jour 2015-11-14
Date de Publication 2015-11-13
Évaluation 4.50/5 Total 2 Évaluations
Développeur falsandtru
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spatial Navigation",
    "short_name": "spatial-navigation",
    "version": "0.4.7",
    "manifest_version": 2,
    "description": "Smart spatial navigation with key map to links. Bind WASDE and Q keys.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/raw\/spatial-navigation.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        ""
    ]
}