Net logs
Extendable network logs debugger
gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.
查看最近 30 天的用户变化。
按时间查看评分波动,辅助判断近期口碑是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
gRPC-Web Developer Tools is a Chrome DevTools extension for the official gRPC-Web library. It allows you to inspect the gRPC network log in the Chrome Developer Tools, and displayed as the deserialized JSON objects, rather than the base64 encoded binary format.
You will get a new tab called gRPC-Web in your Chrome DevTools. This will start recording gRPC client network requests that have been configured (see Usage for details). Features are similar to the default Network tab, but only tracks gRPC requests.
Selecting a network log entry will display the deserialized JSON for the request, response and any error object returned by your gRPC server.
There is some setup needed in the code before using this extension. Take a look at the README: https://github.com/SergioTx/grpc-web-devtools
Fork from: https://chrome.google.com/webstore/detail/grpc-web-developer-tools/kanmilmfkjnoladbbamlclhccicldjaj adding a couple of fixes.
查看最近评论和评分分布。
Chrome 商店显示有 8 条评论, 但 ExtScope 当前只同步到了 0条评论正文。这里先展示已同步的评论,后续会继续补齐。
查看 Chrome 商店详情页中的相关产品。
Extendable network logs debugger
gRPC-Gateway Developer Tools for debugging applications' network requests to a gRPC-Gateway backend
Browser DevTools extension for debugging gRPC-Web and Connect-ES network requests.
Mock or modify your HTTP requests to test, develop and demo your web application
Dev-tools for MobX and React
Decode priority base64 proto for easier use of priority proto API developers