Helper tool for GraphQL Firefox

Examine source code of Helper tool for GraphQL

Inspect and view changes in Helper tool for GraphQL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GraphQL Playground",
  "version": "1.0.0",
  "description": "Helper tool for GraphQL: open selected text or pasted query in GraphQL Playground.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "GraphQL Playground",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "graphql-playground@example.com"
    }
  }
}

Best Helper tool for GraphQL Alternatives

Here are some Firefox add-ons that are similar to Helper tool for GraphQL: