Graphql Inspector

Inspect graphql requests with ease!

What is Graphql Inspector?

Graphql Inspector is a Chrome extension developed by islam3zzat, and its main feature is "Inspect graphql requests with ease!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Graphql Inspector Extension CRX File

Download Graphql Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lists GraphQL requests and enables user tp filter by query name and see all request props.                    

Extension Basic Information

Name Graphql Inspector Graphql Inspector
ID jdkgbhpcefadmffbaamaipfhpecbedao
Official URL https://chromewebstore.google.com/detail/graphql-inspector/jdkgbhpcefadmffbaamaipfhpecbedao
Description Inspect graphql requests with ease!
File Size 2.33 MB
Installation Count 36
Current Version 3.0
Last Updated 2021-03-21
Publish Date 2021-01-25
Developer islam3zzat
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphql Inspector",
    "version": "3.0",
    "description": "Inspect graphql requests with ease!",
    "permissions": [
        "storage"
    ],
    "options_page": "app-options\/inspector-panel-options.html",
    "host_permissions": [
        "https:\/\/*\/*\/"
    ],
    "background": [],
    "icons": {
        "16": "graphql-inspector-16.png",
        "48": "graphql-inspector-48.png",
        "128": "graphql-inspector-128.png"
    },
    "devtools_page": "inspector-panel.html",
    "manifest_version": 3
}