GraphQL DevTools
Build an extremely useful tool to manage graphQL queries !
Vad är GraphQL DevTools?
GraphQL DevTools är en Chrome-tillägg utvecklad av roger.lapin.dev, och dess huvudfunktion är "Build an extremely useful tool to manage graphQL queries !".
Tilläggsskärmbilder
Ladda ner GraphQL DevTools-förlängningens CRX-fil
Ladda ner GraphQL DevTools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 🎉
Grundläggande Information om Tillägg
Namn | GraphQL DevTools |
ID | dodjbhafnhfdhknkhgjkgdegcmilckdp |
Officiell webbadress | https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp |
Beskrivning | Build an extremely useful tool to manage graphQL queries ! |
Filstorlek | 521 KB |
Antal Installationer | 2,753 |
Aktuell Version | 0.0.8.1 |
Senast Uppdaterad | 2023-02-21 |
Publiceringsdatum | 2020-12-17 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | roger.lapin.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://rogerlapindev.github.io/graphql-extension/ |
Hjälpsida URL | https://rogerlapindev.github.io/graphql-extension/slack-integration/ |
Stödda Språk | 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": [ " |