By: Shin'ya UEOKA Add-on
Inspect and view changes in Vimmatic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Vimmatic",
"description": "Vimmatic enables Vim-like key binds in your web browser for easier and faster navigation.",
"icons": {
"48": "resources/icon_48x48.png",
"96": "resources/icon_96x96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "vimmatic@i-beam.org"
}
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"lib/content.js"
],
"run_at": "document_start",
"match_about_blank": true
}
],
"background": {
"scripts": [
"lib/background.js"
]
},
"permissions": [
"history",
"sessions",
"storage",
"tabs",
"clipboardRead",
"clipboardWrite",
"notifications",
"bookmarks",
"browserSettings"
],
"web_accessible_resources": [
{
"resources": [
"lib/console.html",
"lib/console.css",
"lib/console.js"
],
"matches": [
"<all_urls>"
]
}
],
"options_ui": {
"page": "lib/options.html"
},
"action": {
"default_icon": {
"32": "resources/enabled_32x32.png"
},
"default_title": "Vimmatic"
},
"version": "0.8.3"
} Best Vimmatic Alternatives
Here are some Firefox add-ons that are similar to Vimmatic:
Vimium C - All by Keyboard
Dahan Gong
Vim Vix Remix
LordPax
FlashVim
markbuild
Modeless Keyboard Navigation
James Stout
Vimer
Regulus
Simple Vim Scrolling
Johnny
Vimium
Phil Crosby
Vim nav
aloisleclet
Vim Keyboard Navigator
Lazareff
easyVim
karun
vimode
suna
Vimlike
Developer