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
公式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
Eメール [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"
    ]
}