gRPC-Web Developer Tools is a Chrome DevTools extension that allows you to inspect and debug gRPC-Web network requests. It provides a new tab called gRPC-Web in your Chrome DevTools where you can view the deserialized JSON objects of the requests, responses, and errors. With this extension, you can easily analyze and troubleshoot gRPC-Web communication in your application.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
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.
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.