GitHub Expand All Firefox

Examine source code of GitHub Expand All

제작자: gui Add-on
Inspect and view changes in GitHub Expand All 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 Expand All",
  "version": "1.0.0",
  "description": "Expands every collapsed comment on a GitHub issue or pull request in one click.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gh-expand-all@gui.local",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 GitHub Expand All 대안

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