Open GitHub in IDE Firefox

Examine source code of Open GitHub in IDE

Inspect and view changes in Open GitHub in IDE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Open GitHub files links in your IDE",
  "version": "1.2.3",
  "manifest_version": 2,
  "name": "Open GitHub in IDE",
  "author": "Louis-Marie Michelin",
  "homepage_url": "https://github.com/lmichelin/open-github-links-in-ide",
  "permissions": [
    "storage",
    "*://localhost/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "css": [
        "inject.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/github16.png",
    "32": "icons/github32.png",
    "48": "icons/github48.png",
    "64": "icons/github64.png",
    "128": "icons/github128.png"
  },
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1402343-719c-4b96-bc4f-f7bdcd7f796c}"
    }
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}

최고의 Open GitHub in IDE 대안

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