Feathers Debugger
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
¿Qué es Feathers Debugger?
Feathers Debugger es una extensión de Chrome desarrollada por bogdan.radenkovic, y su función principal es "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Feathers Debugger
Descarga archivos de extensión Feathers Debugger en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Feathers Debugger |
ID | nmpoglofdnlpdkpdnjadngpjcocoffie |
URL Oficial | https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie |
Descripción | Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried. |
Tamaño del Archivo | 102 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.3.0 |
Última Actualización | 2020-08-30 |
Fecha de Publicación | 2020-08-16 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | bogdan.radenkovic |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/radenkovic/feathers-debugger |
URL de la Página de Ayuda | https://github.com/radenkovic/feathers-debugger/issues |
Idiomas Soportados | 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": [] } |