Spatial Navigation

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

Wat is Spatial Navigation?

Spatial Navigation is een Chrome-extensie ontwikkeld door falsandtru, en de belangrijkste functie is "Smart spatial navigation with key map to links. Bind WASDE and Q keys.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spatial Navigation

Download Spatial 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

                        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                    

Basisinformatie over de Extensie

Naam Spatial Navigation Spatial Navigation
ID gogippjaikoijhcdcioeajgpmlmchkba
Officiële URL https://chromewebstore.google.com/detail/spatial-navigation/gogippjaikoijhcdcioeajgpmlmchkba
Beschrijving Smart spatial navigation with key map to links. Bind WASDE and Q keys.
Bestandsgrootte 21.46 KB
Aantal Installaties 79
Huidige Versie 0.4.7
Laatst Bijgewerkt 2015-11-14
Publicatiedatum 2015-11-13
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar falsandtru
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}