GraphQL DevTools

Build an extremely useful tool to manage graphQL queries !

Qu'est-ce que GraphQL DevTools ?

GraphQL DevTools est une extension Chrome développée par roger.lapin.dev, et sa fonction principale est "Build an extremely useful tool to manage graphQL queries !".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GraphQL DevTools

Téléchargez les fichiers d'extension GraphQL DevTools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Build an extremely useful tool to manage graphQL queries for modern app ! 👌

➡️  Update February 2023: manifest v3 supported

*We are currently working on this tool to improve its functionalities, the slack integration is currently under development, you will be able to share some bug by slack to your team with one click soon* 

Enhance your graphQL experience in your devTools. It is suitable either for developers and product manager to quickly detect errors in your requests.

For each request you will be able to list queries by name, get sent variables and retrieved data.

Thank you for using it ! If you have any bug or feature requests, just send us an email and we will be glad to answer you 🎉                    

Informations de Base sur l'Extension

Nom GraphQL DevTools GraphQL DevTools
ID dodjbhafnhfdhknkhgjkgdegcmilckdp
URL Officiel https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp
Description Build an extremely useful tool to manage graphQL queries !
Taille du Fichier 521 KB
Nombre d'Installations 2,753
Version Actuelle 0.0.8.1
Dernière Mise à Jour 2023-02-21
Date de Publication 2020-12-17
Évaluation 5.00/5 Total 5 Évaluations
Développeur roger.lapin.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rogerlapindev.github.io/graphql-extension/
URL de la Page d'Aide https://rogerlapindev.github.io/graphql-extension/slack-integration/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphQL DevTools",
    "description": "Build an extremely useful tool to manage graphQL queries !",
    "version": "0.0.8.1",
    "version_name": "0.0.8.1",
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "clipboardWrite",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/master-popup.html"
    },
    "devtools_page": "panel\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}