Graphql-devtools

Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.

What is Graphql-devtools?

Graphql-devtools is a Chrome extension developed by magdiel.kesller, and its main feature is "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.".

Extension Screenshots

screenshot
screenshot

Download Graphql-devtools Extension CRX File

Download Graphql-devtools 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

                        A frameworkless graphql devtools that works regardless of the graphql client being used. Always keep the same experience debugging your queries and mutations!

The extension is a developer tool to help other developers debugging graphql queries, graphql is a technology to request data created by facebook.                    

Extension Basic Information

Name Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
Official URL https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal
Description Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
File Size 1.57 MB
Installation Count 172
Current Version 0.0.10
Last Updated 2021-02-16
Publish Date 2020-11-12
Rating 5.00/5 Total 2 Ratings
Developer magdiel.kesller
Email [email protected]
Payment Type free
Extension Website https://github.com/dielduarte/graphql-devtools
Help Page URL https://github.com/dielduarte/graphql-devtools/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphql-devtools",
    "version": "0.0.10",
    "description": "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "content_security_policy": "script-src 'self' 'sha256-e6xwqkcX4TaZG2PRLQTbNzBEDY664zBiJY65FQB1oDw='; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "tabs"
    ]
}