Por: Pushkar
Inspect and view changes in Bye-Bye-Mouse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Bye-Bye-Mouse",
"version": "0.1.2",
"description": "Navigate web pages using Vim-like keys (h, j, k, l).",
"browser_specific_settings": {
"gecko": {
"id": "byebyemouse@byebyemouse.com",
"strict_min_version": "109.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"css/style.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js/dom-utils.js",
"js/element-utils.js",
"js/state-indicator.js",
"js/navigation-mode.js",
"js/find-mode.js",
"js/text-mode.js",
"js/state-manager.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup/popup.html"
},
"commands": {
"toggle-navigation": {
"suggested_key": {
"default": "Ctrl+Space"
},
"description": "Toggle keyboard navigation"
}
}
} Mejores alternativas Bye-Bye-Mouse
Aquí hay algunas Firefox add-ons que son similares a Bye-Bye-Mouse:
Vim Keyboard Navigator
Lazareff
Vimium C - All by Keyboard
Dahan Gong
Next Page Please
Steffen Sauler
Vim-style Navigation
Quarter
KeyNavigator
Firefox user 14340210
comfortableNavigation
Anuj Jain
Vim Style Navigator
Ibrahim
Vim Navigator
astrocreat
mouselessV2
Andres Rodriguez
Vim-style Browser
Quarter
Better Scrolling
DiscoBiscuit