Keyboard Navigation
Keyboard based link navigation like Conkeror
Cos'è Keyboard Navigation?
Keyboard Navigation è un'estensione di Chrome sviluppata da https://flurp.de, e la sua funzione principale è "Keyboard based link navigation like Conkeror".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keyboard Navigation
Scarica i file di estensione Keyboard Navigation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Follow links on page just with a few key strokes. No mouse interaction needed. Especially useful for people who are typing a lot and don't want to switch one hand off the keyboard to the mouse. Inspired by the same functions in Conkeror, a keyboard based browser.
Informazioni di Base sull'Estensione
Nome | Keyboard Navigation |
ID | pbeglgibmimhhoddioagekdgljpdekdg |
URL Ufficiale | https://chromewebstore.google.com/detail/keyboard-navigation/pbeglgibmimhhoddioagekdgljpdekdg |
Descrizione | Keyboard based link navigation like Conkeror |
Dimensione del File | 38.63 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-09-04 |
Data di Pubblicazione | 2016-09-04 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://flurp.de |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dermatthias/keyboardnav |
URL della Pagina di Aiuto | https://github.com/dermatthias/keyboardnav/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyboard Navigation", "short_name": "keyboardnav", "description": "Keyboard based link navigation like Conkeror", "homepage_url": "https:\/\/github.com\/dermatthias\/keyboardnav", "version": "1.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |