ChromeiQL
Chrome app wrapper for the GraphiQL tool
Qu'est-ce que ChromeiQL ?
ChromeiQL est une extension Chrome développée par ermancelen, et sa fonction principale est "Chrome app wrapper for the GraphiQL tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChromeiQL
Téléchargez les fichiers d'extension ChromeiQL 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 use ChromeiQL. New in 1.0 == * Upgraded GraphiQL to version 0.11.3 with history, prettify, faster result pane and better highlighting
Informations de Base sur l'Extension
Nom | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
URL Officiel | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Description | Chrome app wrapper for the GraphiQL tool |
Taille du Fichier | 682 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-08-22 |
Date de Publication | 2017-08-21 |
Évaluation | 4.61/5 Total 31 Évaluations |
Développeur | ermancelen |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ermanc/ChromeiQL |
URL de la Page d'Aide | https://github.com/ermanc/ChromeiQL |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromeiQL", "version": "1.0", "description": "Chrome app wrapper for the GraphiQL tool", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Launch ChromeiQL", "default_icon": "public\/chromeiql_logo.png" }, "icons": { "16": "public\/chromeiql_logo.png", "48": "public\/chromeiql_logo.png", "128": "public\/chromeiql_logo.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |