Apollo Tracing
An extension to help you visualize Apollo graphql tracing data
Τι είναι το Apollo Tracing;
Το Apollo Tracing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Igor Vieira, και η κύρια λειτουργία του είναι "An extension to help you visualize Apollo graphql tracing data".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Apollo Tracing
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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" } |