vimode Firefox

Examine source code of vimode

By: suna
Inspect and view changes in vimode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "vimode",
  "version": "1.1.2",
  "description": "vimode is an Add-on that let us to use vi-like operations on Firefox.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "sessions"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}

Best vimode Alternatives

Here are some Firefox add-ons that are similar to vimode: