GitHub Shortcut Buttons Firefox

Examine source code of GitHub Shortcut Buttons

제작자: Jakub Mańczak Add-on
Inspect and view changes in GitHub Shortcut Buttons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "GitHub Shortcut Buttons",
  "description": "An extension to make navigation to certain places in GitHub easier.",
  "author": "Jakub Mańczak (manczak.net)",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/",
        "https://github.com/dashboard",
        "https://github.com/orgs/*/dashboard"
      ],
      "run_at": "document_end",
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "16": "/images/x16.png",
    "32": "/images/x32.png",
    "48": "/images/x48.png",
    "128": "/images/x128.png"
  }
}

최고의 GitHub Shortcut Buttons 대안

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