GraphQL DevTools

Build an extremely useful tool to manage graphQL queries !

什么是GraphQL DevTools?

GraphQL DevTools是由roger.lapin.dev开发的Chrome扩展程序,该扩展的主要功能是“Build an extremely useful tool to manage graphQL queries !”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GraphQL DevTools扩展crx文件

下载GraphQL DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Build an extremely useful tool to manage graphQL queries for modern app ! 👌

➡️  Update February 2023: manifest v3 supported

*We are currently working on this tool to improve its functionalities, the slack integration is currently under development, you will be able to share some bug by slack to your team with one click soon* 

Enhance your graphQL experience in your devTools. It is suitable either for developers and product manager to quickly detect errors in your requests.

For each request you will be able to list queries by name, get sent variables and retrieved data.

Thank you for using it ! If you have any bug or feature requests, just send us an email and we will be glad to answer you 🎉                    

扩展基本信息

名称 GraphQL DevTools GraphQL DevTools
ID dodjbhafnhfdhknkhgjkgdegcmilckdp
官方URL https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp
简介 Build an extremely useful tool to manage graphQL queries !
文件大小 521 KB
安装次数 2,753
当前版本 0.0.8.1
更新时间 2023-02-21
上架时间 2020-12-17
评分 5.00/5 共5次评分
开发者 roger.lapin.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rogerlapindev.github.io/graphql-extension/
帮助页面URL https://rogerlapindev.github.io/graphql-extension/slack-integration/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphQL DevTools",
    "description": "Build an extremely useful tool to manage graphQL queries !",
    "version": "0.0.8.1",
    "version_name": "0.0.8.1",
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "clipboardWrite",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/master-popup.html"
    },
    "devtools_page": "panel\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}