ChromeiQL
Chrome app wrapper for the GraphiQL tool
什么是ChromeiQL?
ChromeiQL是由ermancelen开发的Chrome扩展程序,该扩展的主要功能是“Chrome app wrapper for the GraphiQL tool”。
扩展截图
下载ChromeiQL扩展crx文件
下载ChromeiQL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ChromeiQL |
ID | fkkiamalmpiidkljmicmjfbieiclmeij |
官方URL | https://chromewebstore.google.com/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij |
简介 | Chrome app wrapper for the GraphiQL tool |
文件大小 | 682 KB |
安装次数 | 10,000 |
当前版本 | 1.0 |
更新时间 | 2017-08-22 |
上架时间 | 2017-08-21 |
评分 | 4.61/5 共31次评分 |
开发者 | ermancelen |
付费类型 | free |
扩展官网 | https://github.com/ermanc/ChromeiQL |
帮助页面URL | https://github.com/ermanc/ChromeiQL |
支持的语言 | 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" ] } |