Apollo Tracing
An extension to help you visualize Apollo graphql tracing data
Apollo Tracing क्या है?
Apollo Tracing Igor Vieira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help you visualize Apollo graphql tracing data"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Apollo Tracing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |