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 |
| Eメール | [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": []
} | |