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" } |