gRPC devtools (for gRPC-web)
Browser DevTools extension for debugging gRPC network requests.
gRPC devtools (for gRPC-web)คืออะไร?
gRPC devtools (for gRPC-web) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ernest และคุณลักษณะหลักของมันคือ "Browser DevTools extension for debugging gRPC network requests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gRPC devtools (for gRPC-web)
ดาวน์โหลดไฟล์ส่วนขยาย gRPC devtools (for gRPC-web) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features
🚀 Uninterrupted Performance: With gRPC Devtools, enjoy uninterrupted performance, effortlessly managing even the largest of requests, for a truly smooth debugging experience.
🔍 Filtering: Quickly filter out what you don't need. Focus on specific requests effortlessly, and you can even use regex to fine-tune your filtering.
🎨 Elegant Layout: gRPC Devtools boasts an elegant layout inspired by Chrome's theme, making debugging a seamless experience.
🔄 Server-side Streaming Support: Whether you're dealing with unary requests or more complex server-side streaming, gRPC Devtools can handle it.
🌑 Night Owl Mode: If you like working late, you'll love this. We've got a dark mode that's easy on the eyes. Debugging won't feel like staring into a flashlight. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fohdnlaeecihjiendkfhifhlgldpeopm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/grpc-devtools-for-grpc-we/fohdnlaeecihjiendkfhifhlgldpeopm |
| คำอธิบาย | Browser DevTools extension for debugging gRPC network requests. |
| ขนาดไฟล์ | 781 KB |
| จำนวนการติดตั้ง | 535 |
| เวอร์ชันปัจจุบัน | 1.15.0 |
| อัปเดตครั้งล่าสุด | 2024-03-03 |
| วันที่เผยแพร่ | 2022-07-16 |
| คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Ernest |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "gRPC devtools (for gRPC-web)",
"version": "1.15.0",
"description": "Browser DevTools extension for debugging gRPC network requests.",
"manifest_version": 3,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"devtools_page": "devtools.html",
"incognito": "split",
"content_scripts": [
{
"matches": [
" | |