Open Github in editor Firefox

Examine source code of Open Github in editor

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"
    }
  }
}

Melhores alternativas Open Github in editor

Aqui estão algumas Firefox add-ons que são similares a Open Github in editor: