Graphql Inspector
Inspect graphql requests with ease!
Wat is Graphql Inspector?
Graphql Inspector is een Chrome-extensie ontwikkeld door islam3zzat, en de belangrijkste functie is "Inspect graphql requests with ease!".
Extensie Screenshots
Download het CRX-bestand van de extensie Graphql Inspector
Download Graphql Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Lists GraphQL requests and enables user tp filter by query name and see all request props.
Basisinformatie over de Extensie
Naam | Graphql Inspector |
ID | jdkgbhpcefadmffbaamaipfhpecbedao |
Officiële URL | https://chromewebstore.google.com/detail/graphql-inspector/jdkgbhpcefadmffbaamaipfhpecbedao |
Beschrijving | Inspect graphql requests with ease! |
Bestandsgrootte | 2.33 MB |
Aantal Installaties | 36 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2021-03-21 |
Publicatiedatum | 2021-01-25 |
Ontwikkelaar | islam3zzat |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Graphql Inspector", "version": "3.0", "description": "Inspect graphql requests with ease!", "permissions": [ "storage" ], "options_page": "app-options\/inspector-panel-options.html", "host_permissions": [ "https:\/\/*\/*\/" ], "background": [], "icons": { "16": "graphql-inspector-16.png", "48": "graphql-inspector-48.png", "128": "graphql-inspector-128.png" }, "devtools_page": "inspector-panel.html", "manifest_version": 3 } |