Modeless Keyboard Navigation
Modeless keyboard navigation based on Vimium.
Wat is Modeless Keyboard Navigation?
Modeless Keyboard Navigation is een Chrome-extensie ontwikkeld door James Stout, en de belangrijkste functie is "Modeless keyboard navigation based on Vimium.".
Extensie Screenshots
Download het CRX-bestand van de extensie Modeless Keyboard Navigation
Download Modeless Keyboard 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
Based on Vimium by Phil Crosby and Ilya Sukhar (see https://github.com/philc/vimium). Unlike Vimium, the keyboard shortcuts can be used at any time, and the default bindings use modifier keys (think Emacs, not Vim). Github: https://github.com/wolfmanstout/vimium
Basisinformatie over de Extensie
Naam | Modeless Keyboard Navigation |
ID | pmfgfecbppcbpjihojdhiphelpikpfcm |
Officiële URL | https://chromewebstore.google.com/detail/modeless-keyboard-navigat/pmfgfecbppcbpjihojdhiphelpikpfcm |
Beschrijving | Modeless keyboard navigation based on Vimium. |
Bestandsgrootte | 232 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.64.5 |
Laatst Bijgewerkt | 2019-04-14 |
Publicatiedatum | 2019-04-13 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | James Stout |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modeless Keyboard Navigation", "version": "1.64.5", "description": "Modeless keyboard navigation based on Vimium.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "minimum_chrome_version": "51.0", "background": { "scripts": [ "lib\/utils.js", "lib\/settings.js", "background_scripts\/bg_utils.js", "background_scripts\/commands.js", "background_scripts\/exclusions.js", "background_scripts\/completion_engines.js", "background_scripts\/completion_search.js", "background_scripts\/completion.js", "background_scripts\/marks.js", "background_scripts\/main.js" ] }, "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "tabs", "bookmarks", "history", "clipboardRead", "storage", "sessions", "notifications", "webNavigation", " |