Saturn
Chrome DevTools Network tab tailored for GraphQL
Saturnคืออะไร?
Saturn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrik Gallik และคุณลักษณะหลักของมันคือ "Chrome DevTools Network tab tailored for GraphQL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saturn
ดาวน์โหลดไฟล์ส่วนขยาย Saturn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Network tab is great for inspecting REST API calls, but since GraphQL implements another layer of abstraction over HTTP, it's not so straightforward to use. Saturn solves this problem by bringing a new tab to DevTools, trying to mimic the look and feel of the Network tab, and providing quick overview of query, variables, data and errors properties of every GraphQL query. The extension is under active development, please leave any feedback, it's very likely it will get implemented. Feel free to create an issue in Github or contribute! Changelog: 0.3.3 - Bump manifest to v3 0.3.2 - It is now possible to search and filter by variables (https://github.com/patresk/saturn/pull/8) 0.3 - Filter and Clear functionality (https://github.com/patresk/saturn/issues/5, https://github.com/patresk/saturn/issues/3) 0.2 - Dark mode support added https://github.com/patresk/saturn
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Saturn |
ID | niddeggaegffgancpopjccbmmhpdfflf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/saturn/niddeggaegffgancpopjccbmmhpdfflf |
คำอธิบาย | Chrome DevTools Network tab tailored for GraphQL |
ขนาดไฟล์ | 585 KB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2022-05-15 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Patrik Gallik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/patresk/saturn |
URL หน้าช่วยเหลือ | https://github.com/patresk/saturn/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Saturn", "description": "Chrome DevTools Network tab tailored for GraphQL", "version": "0.3.3", "minimum_chrome_version": "88.0", "devtools_page": "devtools.html", "manifest_version": 3, "icons": { "16": "images\/128x128.png", "32": "images\/128x128.png", "48": "images\/128x128.png", "128": "images\/128x128.png" } } |