GraphQL DevTools
Build an extremely useful tool to manage graphQL queries !
Was ist GraphQL DevTools?
GraphQL DevTools ist eine Chrome-Erweiterung, die von roger.lapin.dev entwickelt wurde, und ihr Hauptmerkmal ist "Build an extremely useful tool to manage graphQL queries !".
Erweiterungsscreenshots
GraphQL DevTools-Erweiterungs-CRX-Datei herunterladen
Laden Sie GraphQL DevTools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 🎉
Grundlegende Informationen zur Erweiterung
Name | GraphQL DevTools |
ID | dodjbhafnhfdhknkhgjkgdegcmilckdp |
Offizielle URL | https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp |
Beschreibung | Build an extremely useful tool to manage graphQL queries ! |
Dateigröße | 521 KB |
Installationsanzahl | 2,753 |
Aktuelle Version | 0.0.8.1 |
Letztes Update | 2023-02-21 |
Veröffentlichungsdatum | 2020-12-17 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | roger.lapin.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rogerlapindev.github.io/graphql-extension/ |
Hilfeseite URL | https://rogerlapindev.github.io/graphql-extension/slack-integration/ |
Unterstützte Sprachen | 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": [ " |