Feathers Debugger
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Feathers Debuggerคืออะไร?
Feathers Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bogdan.radenkovic และคุณลักษณะหลักของมันคือ "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feathers Debugger
ดาวน์โหลดไฟล์ส่วนขยาย Feathers Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried. NOTE: this is intended only for use with FeathersJS Node Framework, and won't work with other frameworks. You can learn more about FeathersJS here: https://feathersjs.com/ To get started, you can read how to configure debugger and your server here. https://github.com/radenkovic/feathers-debugger You also need to configure your FeathersJS server with this package: https://www.npmjs.com/package/feathers-debugger-service Also, you are encouraged to help with development, code is open-sourced. Changelog v1.3.0 - Reduced re-rendering (better performance) - Refactored styling - P90 and P95 (top 10% and 5% slow requests) - Settings Pane - Remote Debugging (set URL) - Show Error message for failed requests - Adjusting poll interval in settings - Show version in settings footer - Removed unused dependencies - New app icon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Feathers Debugger |
ID | nmpoglofdnlpdkpdnjadngpjcocoffie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie |
คำอธิบาย | Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried. |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2020-08-30 |
วันที่เผยแพร่ | 2020-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | bogdan.radenkovic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/radenkovic/feathers-debugger |
URL หน้าช่วยเหลือ | https://github.com/radenkovic/feathers-debugger/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feathers Debugger", "description": "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.", "version": "1.3.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "devtools_page": "devtools.html", "permissions": [] } |