By: arrathore
Inspect and view changes in Emacs Navigation for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Emacs Navigation for Firefox",
"version": "1.0",
"description": "Use Emacs-like keybinds to navigate webpages",
"icons": {
"32": "icons/page-32.png"
},
"browser_specific_settings": {
"gecko": {
"id": "@emacs-navigation.arrathore",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"tabs",
"scripting",
"activeTab"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"commands": {
"next-line": {
"suggested_key": {
"default": "MacCtrl+N"
},
"description": "Move down a little"
},
"previous-line": {
"suggested_key": {
"default": "MacCtrl+P"
},
"description": "Move up a little"
},
"scroll-up-command": {
"suggested_key": {
"default": "MacCtrl+V"
},
"description": "Scroll the page up almost one screen"
},
"scroll-down-command": {
"suggested_key": {
"default": "Alt+V"
},
"description": "Scroll the page down almost one screen"
},
"forward-char": {
"suggested_key": {
"default": "MacCtrl+F"
},
"description": "Move to the right a little"
},
"backward-char": {
"suggested_key": {
"default": "MacCtrl+B"
},
"description": "Move to the left a little"
}
}
} Best Emacs Navigation for Firefox Alternatives
Here are some Firefox add-ons that are similar to Emacs Navigation for Firefox:
comfortableNavigation
Anuj Jain
Miv
Mathias
Modeless Keyboard Navigation
James Stout
Navimacs
Firefox user 14165641
Emacs Dvorak Keybinding
Huy Tran
Emacs-keybinding
Firefox user 13609534
vimkeybindings Improved
Tartaruskelvin
Keyboard Control for Firefox
Kunihiro Ando
vimkeybindings
dietrich ayala
Simple Vim Scrolling
Johnny
vimminkeys
Erin Burton
Vim-style Navigation
Quarter