Graphql-devtools

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

Cos'è Graphql-devtools?

Graphql-devtools è un'estensione di Chrome sviluppata da magdiel.kesller, e la sua funzione principale è "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Graphql-devtools

Scarica i file di estensione Graphql-devtools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
URL Ufficiale https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal
Descrizione Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
Dimensione del File 1.57 MB
Conteggio Installazioni 172
Versione Corrente 0.0.10
Ultimo Aggiornamento 2021-02-16
Data di Pubblicazione 2020-11-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore magdiel.kesller
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dielduarte/graphql-devtools
URL della Pagina di Aiuto https://github.com/dielduarte/graphql-devtools/issues
Lingue Supportate 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"
    ]
}