Feathers Debugger
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Cos'è Feathers Debugger?
Feathers Debugger è un'estensione di Chrome sviluppata da bogdan.radenkovic, e la sua funzione principale è "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feathers Debugger
Scarica i file di estensione Feathers Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Feathers Debugger |
ID | nmpoglofdnlpdkpdnjadngpjcocoffie |
URL Ufficiale | https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie |
Descrizione | Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2020-08-30 |
Data di Pubblicazione | 2020-08-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | bogdan.radenkovic |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/radenkovic/feathers-debugger |
URL della Pagina di Aiuto | https://github.com/radenkovic/feathers-debugger/issues |
Lingue Supportate | 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": [] } |