Feathers Debugger

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

Wat is Feathers Debugger?

Feathers Debugger is een Chrome-extensie ontwikkeld door bogdan.radenkovic, en de belangrijkste functie is "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Feathers Debugger

Download Feathers Debugger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Feathers Debugger Feathers Debugger
ID nmpoglofdnlpdkpdnjadngpjcocoffie
Officiële URL https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie
Beschrijving Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Bestandsgrootte 102 KB
Aantal Installaties 61
Huidige Versie 1.3.0
Laatst Bijgewerkt 2020-08-30
Publicatiedatum 2020-08-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar bogdan.radenkovic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/radenkovic/feathers-debugger
Help Pagina-URL https://github.com/radenkovic/feathers-debugger/issues
Ondersteunde Talen 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": []
}