Feathers Debugger

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

Was ist Feathers Debugger?

Feathers Debugger ist eine Chrome-Erweiterung, die von bogdan.radenkovic entwickelt wurde, und ihr Hauptmerkmal ist "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".

Erweiterungsscreenshots

screenshot

Feathers Debugger-Erweiterungs-CRX-Datei herunterladen

Laden Sie Feathers Debugger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Feathers Debugger Feathers Debugger
ID nmpoglofdnlpdkpdnjadngpjcocoffie
Offizielle URL https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie
Beschreibung Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Dateigröße 102 KB
Installationsanzahl 61
Aktuelle Version 1.3.0
Letztes Update 2020-08-30
Veröffentlichungsdatum 2020-08-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler bogdan.radenkovic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/radenkovic/feathers-debugger
Hilfeseite URL https://github.com/radenkovic/feathers-debugger/issues
Unterstützte Sprachen 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": []
}