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
官方網址 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
電子郵箱 [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"
}