GraphiQL extension
Chrome extension for the GraphiQL tool
什么是GraphiQL extension?
GraphiQL extension是由PowerKiKi开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for the GraphiQL tool”。
扩展截图
下载GraphiQL extension扩展crx文件
下载GraphiQL extension扩展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 go. This is a fork of the seemingly unmaintained ChromeiQL.
扩展基本信息
名称 | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
官方URL | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
简介 | Chrome extension for the GraphiQL tool |
文件大小 | 601 KB |
安装次数 | 8,138 |
当前版本 | 1.5.0 |
更新时间 | 2023-06-13 |
上架时间 | 2020-06-30 |
评分 | 4.50/5 共4次评分 |
开发者 | PowerKiKi |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/PowerKiKi/graphiql-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GraphiQL extension", "version": "1.5.0", "description": "Chrome extension for the GraphiQL tool", "background": { "service_worker": "js\/background.js" }, "incognito": "split", "action": { "default_title": "Launch GraphiQL", "default_icon": "public\/logo.png" }, "icons": { "16": "public\/logo.png", "48": "public\/logo.png", "128": "public\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |