Feathers Debugger
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Τι είναι το Feathers Debugger;
Το Feathers Debugger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bogdan.radenkovic, και η κύρια λειτουργία του είναι "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Feathers Debugger
Λήψη αρχείων επέκτασης Feathers Debugger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Feathers Debugger |
ID | nmpoglofdnlpdkpdnjadngpjcocoffie |
Επίσημο URL | https://chromewebstore.google.com/detail/feathers-debugger/nmpoglofdnlpdkpdnjadngpjcocoffie |
Περιγραφή | Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried. |
Μέγεθος Αρχείου | 102 KB |
Αριθμός Εγκαταστάσεων | 61 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2020-08-30 |
Ημερομηνία Δημοσίευσης | 2020-08-16 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | bogdan.radenkovic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/radenkovic/feathers-debugger |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/radenkovic/feathers-debugger/issues |
Υποστηριζόμενες Γλώσσες | 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": [] } |