Apollo Client Devtools Firefox

Examine source code of Apollo Client Devtools

提供元: Apollo Team
Inspect and view changes in Apollo Client Devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "4.26.0",
  "author": "Apollo",
  "name": "Apollo Client Devtools",
  "description": "GraphQL debugging tools for Apollo Client.",
  "icons": {
    "64": "images/logo64.png",
    "128": "images/logo128.png",
    "400": "images/logo400.png"
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "panel.html",
        "devtools.html",
        "hook.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tab.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "hook.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{a5260852-8d08-4979-8116-38f1129dfd22}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

ベストのApollo Client Devtools代替案

Apollo Client Devtoolsに類似したFirefox add-onをいくつか紹介します: