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文件
下载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 扩展基本信息
| 名称 | |
| 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": []
} | |