DumbQL Debugger Firefox

Examine source code of DumbQL Debugger

Par : p7x Add-on
Inspect and view changes in DumbQL Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DumbQL GraphQL Debugger",
  "version": "1.0.1",
  "description": "Capture, inspect, and debug GraphQL queries, mutations, and subscriptions from your app. View request/response details, timing, schema browser, cache snapshots, and field projection analysis.",
  "browser_specific_settings": {
    "gecko": {
      "id": "graphql-debugger@dumb-keystore",
      "strict_min_version": "140.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content-script-main.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "devtools_page": "devtools.html",
  "action": {
    "default_popup": "popup.html",
    "default_title": "DumbQL GraphQL Debugger",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "48": "icons/icon-48.svg",
      "128": "icons/icon-128.svg"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  }
}

Meilleures alternatives DumbQL Debugger

Voici quelques Firefox add-ons qui sont similaires à DumbQL Debugger :