Net logs
Extendable network logs debugger
gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 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.
查看最近评论和评分分布。
商店综合星级:3.6。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 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
This works only some of the time, i can usually get it to work by opening it in dev tools, stopping and then restarting the recording then refresh the page. It will then work until i make a change and the page updates, then it no longer records changes until i close the tools window and do the whole thing again. This is really an issue because all our network calls are gRPC.
Description isn't clear at all. What is `new EchoServiceClient` ? It works well on project with Connect-Web, but not with other project with web. Getting these errors: "Denying load of chrome-extension://cacoibopgjlodngfokahhkphgcohakai/inject.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension." "Denying load of chrome-extension://cacoibopgjlodngfokahhkphgcohakai/connect-web-interceptor.js. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension." So probably "Until the extension author updates the manifest to include the right web_accessible_resources and support MV3, this extension will not work in the current Chrome version."
The best tool I have ever used. I hope it will have helped me get negative Sparx Maths XP. :D
The README is not really clear at all. Points: 1. Prop window.__GRPCWEB_DEVTOOLS__ is not defined. There I expect, that I should install something somewhere in my project. Where? 2. Installations through webstore are pretty clear. But the manual installations are mess. For which system are the steps supposed? Linux? 3. If the installation steps are supposed to make it work with your project, so why it is necessary to install it only through Linux. I have nothing against Linux, but I don't see helpful to switch between OSs because of one devtool.
Really good extension to debug gRPC requests
I've just installed. It cannot detect the gRPC requests. I'm using protobuf version 3
Only grpc extension in the marketplace that works for me!
Really useful! Thanks!