GitHub RichCard Firefox

Examine source code of GitHub RichCard

提供元: Victor Zhou Add-on
Inspect and view changes in GitHub RichCard 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": 2,
  "name": "GitHub RichCard",
  "description": "Extended info for GitHub repos — one-click DeepWiki, stars, forks, issues, and more",
  "version": "0.2.3",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-richcard@xinbenlv",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "GitHub RichCard",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

ベストのGitHub RichCard代替案

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