Mighty GitHub PRs Firefox

Examine source code of Mighty GitHub PRs

제작자: Adam Graf Add-on
Inspect and view changes in Mighty GitHub PRs source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Mighty GitHub PRs",
  "version": "1.1.1",
  "description": "Restyle Pull Request screen for easier navigation and more focused review sessions.",
  "manifest_version": 2,
  "icons": {
    "48": "mighty-github-icon-48x48.png",
    "128": "mighty-github-icon-128x128.png",
    "192": "mighty-github-icon-192x192.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "mighty-github-icon-48x48.png",
      "128": "mighty-github-icon-128x128.png",
      "192": "mighty-github-icon-192x192.png"
    }
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "*://*.github.com/*"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "webext-permissions-events-polyfill.js",
      "webext-dynamic-content-scripts.js",
      "webext-domain-permission-toggle.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.github.com/*"
      ],
      "css": [
        "pr-optimizer.css"
      ],
      "js": [
        "pr-optimizer.js"
      ]
    }
  ]
}

최고의 Mighty GitHub PRs 대안

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