Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Apollo Tracing là gì?

Apollo Tracing là một tiện ích mở rộng Chrome được phát triển bởi Igor Vieira, và tính năng chính của nó là "An extension to help you visualize Apollo graphql tracing data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apollo Tracing

Tải xuống các tệp mở rộng Apollo Tracing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
URL Chính Thức https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
Mô tả An extension to help you visualize Apollo graphql tracing data
Kích Thước Tệp 97.43 KB
Số Lần Cài Đặt 816
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-06-03
Ngày Phát Hành 2020-01-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Igor Vieira
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/igorfv/graphql-monitor
URL Trang Trợ Giúp https://github.com/igorfv/graphql-monitor/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}