Modeless Keyboard Navigation
Modeless keyboard navigation based on Vimium.
Hvad er Modeless Keyboard Navigation?
Modeless Keyboard Navigation er en Chrome-udvidelse udviklet af James Stout, og dens hovedfunktion er "Modeless keyboard navigation based on Vimium.".
Udvidelsesskærmbilleder
Download Modeless Keyboard Navigation-udvidelses-CRX-fil
Download Modeless Keyboard Navigation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pmfgfecbppcbpjihojdhiphelpikpfcm |
| Officiel URL | https://chromewebstore.google.com/detail/modeless-keyboard-navigat/pmfgfecbppcbpjihojdhiphelpikpfcm |
| Beskrivelse | Modeless keyboard navigation based on Vimium. |
| Filstørrelse | 232 KB |
| Antal Installationer | 37 |
| Nuværende Version | 1.64.5 |
| Senest Opdateret | 2019-04-14 |
| Udgivelsesdato | 2019-04-13 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | James Stout |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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",
" | |