vimode Firefox

Examine source code of vimode

제작자: 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"
      ]
    }
  ]
}

최고의 vimode 대안

다음은 vimode과(와) 유사한 Firefox add-on입니다: