DBVim Firefox

Examine source code of DBVim

제작자: Nicolas
Inspect and view changes in DBVim source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "DBVim",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "Enable Vim on Databricks",
  "icons": {
    "48": "img/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.databricks.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "js/main.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ae14015-6deb-4ed6-804d-cc635bec6bfd}"
    }
  }
}

최고의 DBVim 대안

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