GitHub Live PRs Firefox

Examine source code of GitHub Live PRs

提供元: xmmarcotte Add-on
Inspect and view changes in GitHub Live 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
{
  "manifest_version": 3,
  "name": "GitHub Live PRs",
  "version": "2.1.0",
  "description": "Lists your open GitHub pull requests with live CI status and approval badges. Works with browser cookies or a Personal Access Token.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{488d9d28-b604-46b9-a8de-5615261ed347}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "GitHub Live PRs",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

ベストのGitHub Live PRs代替案

GitHub Live PRsに類似したFirefox add-onをいくつか紹介します: