ChromeiQL
Chrome app wrapper for the GraphiQL tool
What is ChromeiQL?
ChromeiQL is a Chrome extension developed by ermancelen, and its main feature is "Chrome app wrapper for the GraphiQL tool".
Extension Screenshots
Download ChromeiQL Extension CRX File
Download ChromeiQL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
Official URL | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
Description | Chrome app wrapper for the GraphiQL tool |
File Size | 682 KB |
Installation Count | 10,000 |
Current Version | 1.0 |
Last Updated | 2017-08-22 |
Publish Date | 2017-08-21 |
Rating | 4.61/5 Total 31 Ratings |
Developer | ermancelen |
Payment Type | free |
Extension Website | https://github.com/ermanc/ChromeiQL |
Help Page URL | https://github.com/ermanc/ChromeiQL |
Supported Languages | 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" ] } |