GraphIQL Feen
Powerful GraphIQL Explorer
Qu'est-ce que GraphIQL Feen ?
GraphIQL Feen est une extension Chrome développée par bret, et sa fonction principale est "Powerful GraphIQL Explorer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GraphIQL Feen
Téléchargez les fichiers d'extension GraphIQL Feen 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
Chrome Extension for GraphIQL with lots of features, and more to come! * Save/Load Queries and variables to build a library of useful queries. * Save/Select Server Definitions so you can have different settings for different servers. * GET/POST/Multi-part GraphQL requests supported! * Authorization defined so cookies forwarded to the domain * Define Headers that will be sent with the request, Headers can even override existing Request headers: * Define the Origin: header for CORS requests to allow your server to process correctly. * Define CSRF token headers * Override all Cookies so you can pass authentication information with your requests. * EXPORT your entire application state to a JSON file * IMPORT saved state so you can restore your state Coming soon: * Upload Images with your requests OPEN SOURCE: Checkout the source code, contribute, critique etc.
Informations de Base sur l'Extension
Nom | GraphIQL Feen |
ID | mcbfdonlkfpbfdpimkjilhdneikhfklp |
URL Officiel | https://chromewebstore.google.com/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp |
Description | Powerful GraphIQL Explorer |
Taille du Fichier | 499 KB |
Nombre d'Installations | 1,641 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2017-01-09 |
Date de Publication | 2017-01-08 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | bret |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bpatters/graphiql-feen |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "name": "GraphIQL Feen", "manifest_version": 2, "description": "Powerful GraphIQL Explorer", "browser_action": { "default_title": "GraphIQL Feen" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "content_security_policy": "connect-src *; default-src 'self'; script-src 'self';font-src *; style-src * 'unsafe-inline'; img-src 'self' data:;" } |