Inspect and view changes in Keyboard Navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Navigator",
"version": "1.3.5",
"description": "Vim-style modal navigation for the browser with directional spatial search and animated focus indicators",
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png"
},
"default_title": "Navigator"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"commands": {
"activate-navigation": {
"suggested_key": {
"default": "Alt+Shift+N"
},
"description": "Enter Navigation mode"
},
"activate-editing": {
"suggested_key": {
"default": "Alt+Shift+E"
},
"description": "Enter Editing mode"
}
},
"icons": {
"16": "assets/icons/icon16.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "navigator@adyung",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Keyboard Navigator Alternatives
Here are some Firefox add-ons that are similar to Keyboard Navigator:
Vim Keyboard Navigator
Lazareff
Vim Style Navigator
Ibrahim
Vim Navigator
astrocreat
Bye-Bye-Mouse
Pushkar
Hjkl Navigation
Artem
NVim Navigator
Lazareff
Vimium C - All by Keyboard
Dahan Gong
Roam Navigator
Michael Sloan
Vim nav
aloisleclet
KeyNavigator
Firefox user 14340210
Navtool
Quin
Browser Gesture Navigator
oznrahs