Querio - GraphQL and HTTP requests inspector
Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…
Querio - GraphQL and HTTP requests inspectorคืออะไร?
Querio - GraphQL and HTTP requests inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Enkot และคุณลักษณะหลักของมันคือ "Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Querio - GraphQL and HTTP requests inspector
ดาวน์โหลดไฟล์ส่วนขยาย Querio - GraphQL and HTTP requests inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspect GraphQL and raw HTTP requests/responses like a Boss 😎
★ Querio intercepts and displays GraphQL, Fetch and XHR requests in a nicer and more dev-friendly way than the built-in Network inspector
★ Each request made on the page is beautifully formatted and highlighted
★ Filter by request type and search by GraphQL query/mutation name
★ Dark and Light themes
December 2023 Updates (v1.0):
- Fresh look 🎨
- Last request mode
- GraphQL HTTP batching
- Preflight headers for request/response
- Improved search
April 2023 Updates:
- "application/graphql-response+json" support
November 2021 Updates:
- Use Prettier for GQL requests
- Fixed layout problems
September 2021 Updates:
- Search for query and response 🎉
- "Copy" buttons
- Prettifier for GQL requests
- New look for listing ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ojealanebldmhejpndmaenfcdpengbac |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/querio-graphql-and-http-r/ojealanebldmhejpndmaenfcdpengbac |
| คำอธิบาย | Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in… |
| ขนาดไฟล์ | 2.1 MB |
| จำนวนการติดตั้ง | 2,498 |
| เวอร์ชันปัจจุบัน | 1.1.1 |
| อัปเดตครั้งล่าสุด | 2023-12-28 |
| วันที่เผยแพร่ | 2020-12-07 |
| คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Enkot |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://querio.dev/ |
| URL หน้าช่วยเหลือ | https://github.com/enkot/querio |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Querio - GraphQL and HTTP requests inspector",
"version": "1.1.1",
"devtools_page": "devtools.html",
"permissions": [
"storage",
"clipboardRead",
"clipboardWrite"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png"
}
}
} | |