Feathers Debugger
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
What is Feathers Debugger?
Feathers Debugger is a Chrome extension developed by bogdan.radenkovic, and its main feature is "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".
Extension Screenshots
Download Feathers Debugger Extension CRX File
Download Feathers Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Feathers Debugger |
ID | nmpoglofdnlpdkpdnjadngpjcocoffie |
Official URL | https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie |
Description | Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried. |
File Size | 102 KB |
Installation Count | 61 |
Current Version | 1.3.0 |
Last Updated | 2020-08-30 |
Publish Date | 2020-08-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | bogdan.radenkovic |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/radenkovic/feathers-debugger |
Help Page URL | https://github.com/radenkovic/feathers-debugger/issues |
Supported Languages | 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": [] } |