By: Quarter
Inspect and view changes in Vim-style Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Vim-style Browser",
"version": "1.0",
"description": "Navigate web pages using Vim shortcuts.",
"permissions": [
"activeTab"
],
"icons": {
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_title": "Vim-style Browser",
"default_icon": "icons/icon64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{436b07cd-3227-444c-aaa6-0cd75555cd35}",
"strict_min_version": "114.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Vim-style Browser Alternatives
Here are some Firefox add-ons that are similar to Vim-style Browser: