Feathers Debugger

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

Feathers Debugger क्या है?

Feathers Debugger bogdan.radenkovic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feathers Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": []
}