Vim Input Firefox

Examine source code of Vim Input

제작자: Paulo Gabriel
Inspect and view changes in Vim Input source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vim Input",
  "version": "1.0",
  "description": "Edit input/textarea with Vim motions using Ctrl+I",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vim-input@extension.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Vim Input 대안

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