Graphql-devtools

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

Graphql-devtools क्या है?

Graphql-devtools magdiel.kesller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Graphql-devtools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
आधिकारिक URL https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal
विवरण Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
फ़ाइल का आकार 1.57 MB
स्थापना संख्या 172
वर्तमान संस्करण 0.0.10
अंतिम अपडेट 2021-02-16
प्रकाशन तिथि 2020-11-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर magdiel.kesller
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dielduarte/graphql-devtools
सहायता पृष्ठ URL https://github.com/dielduarte/graphql-devtools/issues
समर्थित भाषाएँ 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"
    ]
}