Github Punchcard Firefox

Examine source code of Github Punchcard

제작자: Frank Ren Add-on
Inspect and view changes in Github Punchcard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Punchcard",
  "version": "1.7resigned1",
  "description": "Make Github Punchcard great again!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Github Punchcard",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "storage",
    "https://api.github.com/*",
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js",
        "PunchCard.js"
      ],
      "css": [
        "PunchCard.css"
      ],
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "intro.js"
      ],
      "css": [
        "introjs.css"
      ],
      "matches": [
        "https://github.com/settings/tokens/new"
      ]
    }
  ],
  "web_accessible_resources": [
    "background.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{981a523b-c945-464f-be10-2a68c485d0e9}"
    }
  }
}

최고의 Github Punchcard 대안

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