GraphQL developer tools

Devtools panel for GraphQL development

What is GraphQL developer tools?

GraphQL developer tools is a Chrome extension developed by Sergey Novikov, and its main feature is "Devtools panel for GraphQL development".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GraphQL developer tools Extension CRX File

Download GraphQL developer tools 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

                        Adds a new tab to Chrome Developer Tools and allows to inspect GraphQL queries and responses.                    

Extension Basic Information

Name GraphQL developer tools GraphQL developer tools
ID hflnkihcpgldmkepajmpooacmmhglpff
Official URL https://chromewebstore.google.com/detail/graphql-developer-tools/hflnkihcpgldmkepajmpooacmmhglpff
Description Devtools panel for GraphQL development
File Size 98.19 KB
Installation Count 29,188
Current Version 0.1.2
Last Updated 2017-11-19
Publish Date 2017-11-19
Rating 3.13/5 Total 23 Ratings
Developer Sergey Novikov
Email [email protected]
Payment Type free
Extension Website https://github.com/s12v/graphql-devtools
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GraphQL developer tools",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Devtools panel for GraphQL development",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/graphql-16x16.png",
        "48": "images\/graphql-48x48.png",
        "128": "images\/graphql-128x128.png"
    }
}