ChromeiQL
Chrome app wrapper for the GraphiQL tool
Wat is ChromeiQL?
ChromeiQL is een Chrome-extensie ontwikkeld door ermancelen, en de belangrijkste functie is "Chrome app wrapper for the GraphiQL tool".
Extensie Screenshots
Download het CRX-bestand van de extensie ChromeiQL
Download ChromeiQL-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
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
Basisinformatie over de Extensie
Naam | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
Officiële URL | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Beschrijving | Chrome app wrapper for the GraphiQL tool |
Bestandsgrootte | 682 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-08-22 |
Publicatiedatum | 2017-08-21 |
Beoordeling | 4.61/5 Totaal 31 Beoordelingen |
Ontwikkelaar | ermancelen |
Betalingswijze | free |
Extensiewebsite | https://github.com/ermanc/ChromeiQL |
Help Pagina-URL | https://github.com/ermanc/ChromeiQL |
Ondersteunde Talen | 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" ] } |