Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Apollo Tracingとは何ですか?

Apollo TracingはIgor Vieiraによって開発されたChromeの拡張機能で、その主な機能は「An extension to help you visualize Apollo graphql tracing data」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a tool to visualize Apollo GraphQL's tracing data on the browser.
It checks for the requests that have the tracing data and lists it on the left side, when one is selected it will display the data on the right section.

If you're writing the GraphQL server:
* It's an alternative way to check for performance issues that doesn't require you sending the data to a server to be able to check it.

If you're writing a client that uses the GraphQL server data:
* It helps you understand all calls and times that happens on the server, the data will help you split or merge queries in a more efficient way.                    

拡張機能の基本情報

名前 Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
公式URL https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
説明 An extension to help you visualize Apollo graphql tracing data
ファイルサイズ 97.43 KB
インストール数 816
現在のバージョン 1.0.0
最終更新日 2022-06-03
公開日 2020-01-20
評価 5.00/5 合計 2 レビュー
開発者 Igor Vieira
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/igorfv/graphql-monitor
ヘルプページのURL https://github.com/igorfv/graphql-monitor/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apollo Tracing",
    "description": "An extension to help you visualize Apollo graphql tracing data",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "version": "1.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self'",
    "devtools_page": "index.html"
}