ChromeiQL
Chrome app wrapper for the GraphiQL tool
Cos'è ChromeiQL?
ChromeiQL è un'estensione di Chrome sviluppata da ermancelen, e la sua funzione principale è "Chrome app wrapper for the GraphiQL tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChromeiQL
Scarica i file di estensione ChromeiQL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
URL Ufficiale | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Descrizione | Chrome app wrapper for the GraphiQL tool |
Dimensione del File | 682 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-08-22 |
Data di Pubblicazione | 2017-08-21 |
Valutazione | 4.61/5 Totale 31 Valutazioni |
Sviluppatore | ermancelen |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ermanc/ChromeiQL |
URL della Pagina di Aiuto | https://github.com/ermanc/ChromeiQL |
Lingue Supportate | 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" ] } |