GitHub Story Points Firefox

Examine source code of GitHub Story Points

제작자: banyan
Inspect and view changes in GitHub Story Points source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Story Points",
  "description": "Chrome extension to see story points in GitHub projects",
  "short_name": "GitHub Story Points",
  "version": "0.3.0",
  "author": "Kohei Hasegawa",
  "homepage_url": "https://github.com/banyan/github-story-points",
  "icons": {
    "16": "assets/images/icon.png",
    "48": "assets/images/icon.png",
    "128": "assets/images/icon.png"
  },
  "permissions": [
    "https://github.com/*",
    "contextMenus",
    "activeTab"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/projects/*"
      ],
      "js": [
        "dist/story-points.js"
      ]
    }
  ]
}

최고의 GitHub Story Points 대안

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