Edit with VIM text editor Firefox

Examine source code of Edit with VIM text editor

Inspect and view changes in Edit with VIM text editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Edit with VIM text editor",
  "description": "Edit an HTML element and all its child nodes in VIM text editor with real-time updates",
  "author": "Joe Ertaba",
  "version": "0.1.1",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "nativeMessaging",
    "downloads",
    "notifications",
    "contextMenus"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "config.js",
      "common.js"
    ]
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "devtools_page": "devtools/index.html",
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "homepage_url": "https://add0n.com/edit-as-html.html?from=vim"
}

Best Edit with VIM text editor Alternatives

Here are some Firefox add-ons that are similar to Edit with VIM text editor: