Feathers Debugger

Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.

Feathers Debugger là gì?

Feathers Debugger là một tiện ích mở rộng Chrome được phát triển bởi bogdan.radenkovic, và tính năng chính của nó là "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Feathers Debugger

Tải xuống các tệp mở rộng Feathers Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Feathers Debugger Feathers Debugger
ID nmpoglofdnlpdkpdnjadngpjcocoffie
URL Chính Thức https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie
Mô tả Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-08-30
Ngày Phát Hành 2020-08-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bogdan.radenkovic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/radenkovic/feathers-debugger
URL Trang Trợ Giúp https://github.com/radenkovic/feathers-debugger/issues
Ngôn Ngữ Được Hỗ Trợ 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": []
}