Graphql-devtools
Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
什么是Graphql-devtools?
Graphql-devtools是由magdiel.kesller开发的Chrome扩展程序,该扩展的主要功能是“Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.”。
扩展截图
下载Graphql-devtools扩展crx文件
下载Graphql-devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A frameworkless graphql devtools that works regardless of the graphql client being used. Always keep the same experience debugging your queries and mutations!
The extension is a developer tool to help other developers debugging graphql queries, graphql is a technology to request data created by facebook. 扩展基本信息
| 名称 | |
| ID | iigjfndglhfiomgkcbjefboljbgjkaal |
| 官方URL | https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal |
| 简介 | Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries. |
| 文件大小 | 1.57 MB |
| 安装次数 | 172 |
| 当前版本 | 0.0.10 |
| 更新时间 | 2021-02-16 |
| 上架时间 | 2020-11-12 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | magdiel.kesller |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/dielduarte/graphql-devtools |
| 帮助页面URL | https://github.com/dielduarte/graphql-devtools/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Graphql-devtools",
"version": "0.0.10",
"description": "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.",
"manifest_version": 2,
"devtools_page": "devtools.html",
"content_security_policy": "script-src 'self' 'sha256-e6xwqkcX4TaZG2PRLQTbNzBEDY664zBiJY65FQB1oDw='; object-src 'self'",
"permissions": [
"webRequest",
"webRequestBlocking",
" | |