Open Github in editor Firefox

Examine source code of Open Github in editor

제작자: a7madgamal
Inspect and view changes in Open Github in editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Open Github in editor",
  "version": "1.1.1",
  "description": "Opens github PR diff lines and files locally in your editor. Supports vscode, vscode-insiders and textmate. more to come!",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/32.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "eng.a7mad.gamal@gmail.com",
      "strict_min_version": "65.0"
    }
  }
}

최고의 Open Github in editor 대안

다음은 Open Github in editor과(와) 유사한 Firefox add-on입니다: