GraphiQL extension

Chrome extension for the GraphiQL tool

GraphiQL extensionとは何ですか?

GraphiQL extensionはPowerKiKiによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for the GraphiQL tool」です。

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

screenshot

GraphiQL extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing.

As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to go.

This is a fork of the seemingly unmaintained ChromeiQL.                    

拡張機能の基本情報

名前 GraphiQL extension GraphiQL extension
ID jhbedfdjpmemmbghfecnaeeiokonjclb
公式URL https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb
説明 Chrome extension for the GraphiQL tool
ファイルサイズ 601 KB
インストール数 8,138
現在のバージョン 1.5.0
最終更新日 2023-06-13
公開日 2020-06-30
評価 4.50/5 合計 4 レビュー
開発者 PowerKiKi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/PowerKiKi/graphiql-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphiQL extension",
    "version": "1.5.0",
    "description": "Chrome extension for the GraphiQL tool",
    "background": {
        "service_worker": "js\/background.js"
    },
    "incognito": "split",
    "action": {
        "default_title": "Launch GraphiQL",
        "default_icon": "public\/logo.png"
    },
    "icons": {
        "16": "public\/logo.png",
        "48": "public\/logo.png",
        "128": "public\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}