GitHub Projects Firefox

Examine source code of GitHub Projects

제작자: Eli Perelman
Inspect and view changes in GitHub Projects source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Projects",
  "version": "1.1resigned1",
  "description": "Makes GitHub Projects more useful for project management",
  "icons": {
    "48": "icons/github.svg",
    "96": "icons/github.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*/*/projects/*"
      ],
      "js": [
        "projects.js"
      ]
    }
  ],
  "permissions": [
    "https://api.github.com/*",
    "webRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6bc3d1bd-9f97-4d14-b307-d3018618676a}"
    }
  }
}

최고의 GitHub Projects 대안

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