GitHub-PyCharm Firefox

Examine source code of GitHub-PyCharm

By: evroon
Inspect and view changes in GitHub-PyCharm source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub-PyCharm",
  "version": "1.2",
  "description": "Opens GitHub files in PyCharm.",
  "homepage_url": "https://github.com/evroon/github-pycharm",
  "developer": {
    "name": "evroon",
    "url": "https://github.com/evroon"
  },
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  }
}

Best GitHub-PyCharm Alternatives

Here are some Firefox add-ons that are similar to GitHub-PyCharm: