Graphql-devtools
Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
Vad är Graphql-devtools?
Graphql-devtools är en Chrome-tillägg utvecklad av magdiel.kesller, och dess huvudfunktion är "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your 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
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.
Grundläggande Information om Tillägg
Namn | Graphql-devtools |
ID | iigjfndglhfiomgkcbjefboljbgjkaal |
Officiell webbadress | https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal |
Beskrivning | Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries. |
Filstorlek | 1.57 MB |
Antal Installationer | 172 |
Aktuell Version | 0.0.10 |
Senast Uppdaterad | 2021-02-16 |
Publiceringsdatum | 2020-11-12 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | magdiel.kesller |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dielduarte/graphql-devtools |
Hjälpsida URL | https://github.com/dielduarte/graphql-devtools/issues |
Stödda Språk | 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", " |