Net logs
Extendable network logs debugger
gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.
Review user movement over the last 30 days.
Track rating movement over time to see whether quality signals remain stable.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
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.
Inspect the latest comments and rating distribution.
The Chrome Web Store shows 8 reviews, but only 0 review bodies have synced into ExtScope so far. Showing the synced reviews available right now.
Review related products from the Chrome Web Store detail page.
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