easyVim Firefox

Examine source code of easyVim

제작자: karun
Inspect and view changes in easyVim source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "easyVim",
  "version": "1.0.4",
  "description": "Vim inspired key bindings for browser.",
  "icons": {
    "96": "icons/icon-enabled.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/icon-enabled.png",
    "default_title": "easyVim"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}

최고의 easyVim 대안

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