GraphQL developer tools

Devtools panel for GraphQL development

GraphQL developer toolsとは何ですか?

GraphQL developer toolsはSergey Novikovによって開発されたChromeの拡張機能で、その主な機能は「Devtools panel for GraphQL development」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

GraphQL developer tools拡張機能のCRXファイルをダウンロード

GraphQL developer tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a new tab to Chrome Developer Tools and allows to inspect GraphQL queries and responses.                    

拡張機能の基本情報

名前 GraphQL developer tools GraphQL developer tools
ID hflnkihcpgldmkepajmpooacmmhglpff
公式URL https://chromewebstore.google.com/detail/graphql-developer-tools/hflnkihcpgldmkepajmpooacmmhglpff
説明 Devtools panel for GraphQL development
ファイルサイズ 98.19 KB
インストール数 29,188
現在のバージョン 0.1.2
最終更新日 2017-11-19
公開日 2017-11-19
評価 3.13/5 合計 23 レビュー
開発者 Sergey Novikov
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/s12v/graphql-devtools
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GraphQL developer tools",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Devtools panel for GraphQL development",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/graphql-16x16.png",
        "48": "images\/graphql-48x48.png",
        "128": "images\/graphql-128x128.png"
    }
}