Apollo Tracing

An extension to help you visualize Apollo graphql tracing data

Co je Apollo Tracing?

Apollo Tracing je rozšíření Chrome vyvinuté Igor Vieira, a jeho hlavní funkcí je „An extension to help you visualize Apollo graphql tracing data“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Apollo Tracing

Stáhněte si soubory rozšíření Apollo Tracing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Apollo Tracing Apollo Tracing
ID cekcgnaofolhdeamjcghebalfmjodgeh
Oficiální URL https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh
Popis An extension to help you visualize Apollo graphql tracing data
Velikost souboru 97.43 KB
Počet instalací 816
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-06-03
Datum Vydání 2020-01-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Igor Vieira
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/igorfv/graphql-monitor
URL Stránky Nápovědy https://github.com/igorfv/graphql-monitor/issues
Podporované Jazyky 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"
}