Apollo Tracing
An extension to help you visualize Apollo graphql tracing data
¿Qué es Apollo Tracing?
Apollo Tracing es una extensión de Chrome desarrollada por Igor Vieira, y su función principal es "An extension to help you visualize Apollo graphql tracing data".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Apollo Tracing
Descarga archivos de extensión Apollo Tracing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Apollo Tracing |
ID | cekcgnaofolhdeamjcghebalfmjodgeh |
URL Oficial | https://chromewebstore.google.com/detail/apollo-tracing/cekcgnaofolhdeamjcghebalfmjodgeh |
Descripción | An extension to help you visualize Apollo graphql tracing data |
Tamaño del Archivo | 97.43 KB |
Cantidad de Instalaciones | 816 |
Versión Actual | 1.0.0 |
Última Actualización | 2022-06-03 |
Fecha de Publicación | 2020-01-20 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Igor Vieira |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/igorfv/graphql-monitor |
URL de la Página de Ayuda | https://github.com/igorfv/graphql-monitor/issues |
Idiomas Soportados | 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" } |