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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Graphql-devtools Graphql-devtools
ID iigjfndglhfiomgkcbjefboljbgjkaal
官方網址 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",
        "",
        "webNavigation",
        "tabs"
    ]
}