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
Eメール [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'"
    }
}