Open GitHub or Gitlab in IDE Firefox

Examine source code of Open GitHub or Gitlab in IDE

By: Victor
Inspect and view changes in Open GitHub or Gitlab in IDE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Open GitHub or Gitlab files links in your IDE",
  "version": "1.2.2",
  "manifest_version": 2,
  "name": "Open GitHub or Gitlab in IDE",
  "author": "Víctor Igualada Calatrava",
  "homepage_url": "https://github.com/victorigualada/open-github-gitlab-links-in-ide",
  "permissions": [
    "storage",
    "*://localhost/*"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://github.com/*",
        "https://gitlab.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "css": [
        "inject.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/extension16.png",
    "32": "icons/extension32.png",
    "48": "icons/extension48.png",
    "64": "icons/extension64.png",
    "128": "icons/extension128.png"
  },
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{46cf314f-4597-4427-9499-a2b2d4499639}"
    }
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}

Best Open GitHub or Gitlab in IDE Alternatives

Here are some Firefox add-ons that are similar to Open GitHub or Gitlab in IDE: