GraphiQL extension
Chrome extension for the GraphiQL tool
Qu'est-ce que GraphiQL extension ?
GraphiQL extension est une extension Chrome développée par PowerKiKi, et sa fonction principale est "Chrome extension for the GraphiQL tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GraphiQL extension
Téléchargez les fichiers d'extension GraphiQL extension 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
Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing. As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to go. This is a fork of the seemingly unmaintained ChromeiQL.
Informations de Base sur l'Extension
Nom | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
URL Officiel | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
Description | Chrome extension for the GraphiQL tool |
Taille du Fichier | 601 KB |
Nombre d'Installations | 8,138 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2023-06-13 |
Date de Publication | 2020-06-30 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | PowerKiKi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/PowerKiKi/graphiql-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GraphiQL extension", "version": "1.5.0", "description": "Chrome extension for the GraphiQL tool", "background": { "service_worker": "js\/background.js" }, "incognito": "split", "action": { "default_title": "Launch GraphiQL", "default_icon": "public\/logo.png" }, "icons": { "16": "public\/logo.png", "48": "public\/logo.png", "128": "public\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |