Feathers Debugger
Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried.
Feathers Debugger란 무엇입니까?
Feathers Debugger은(는) bogdan.radenkovic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Debug FeathersJS API requests, find bottlenecks, read payloads and understand how your API is queried."입니다.
확장 프로그램 스크린샷
Feathers Debugger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |