ChromeiQL
Chrome app wrapper for the GraphiQL tool
Vad är ChromeiQL?
ChromeiQL är en Chrome-tillägg utvecklad av ermancelen, och dess huvudfunktion är "Chrome app wrapper for the GraphiQL tool".
Tilläggsskärmbilder
Ladda ner ChromeiQL-förlängningens CRX-fil
Ladda ner ChromeiQL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
Officiell webbadress | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Beskrivning | Chrome app wrapper for the GraphiQL tool |
Filstorlek | 682 KB |
Antal Installationer | 10,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-08-22 |
Publiceringsdatum | 2017-08-21 |
Betyg | 4.61/5 Totalt 31 Betyg |
Utvecklare | ermancelen |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ermanc/ChromeiQL |
Hjälpsida URL | https://github.com/ermanc/ChromeiQL |
Stödda Språk | 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" ] } |