Vim For Docs Firefox

Examine source code of Vim For Docs

제작자: GreenStorm5417
Inspect and view changes in Vim For Docs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vim-For-Docs",
  "description": "An implementation of Vim motions for Google Docs",
  "version": "2.7",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "greenstorm@vimfordocs.org"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "ui/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "parser.js",
        "executor.js",
        "ui.js",
        "line-numbers.js",
        "content.js"
      ],
      "matches": [
        "https://docs.google.com/document/*",
        "https://docs.google.com/document/d/*",
        "https://docs.google.com/document/create*",
        "https://docs.google.com/document/u/*/create*",
        "https://docs.google.com/document/t/*",
        "https://docs.google.com/document/d/t/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "page_script.js",
        "browser-api.js",
        "motions.json"
      ],
      "matches": [
        "https://docs.google.com/*"
      ]
    }
  ]
}

최고의 Vim For Docs 대안

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