grpc-web-devtools
Chrome extension for gRPC-Web to inspect requests and responses in human readable format
什么是grpc-web-devtools?
grpc-web-devtools是由ivanrodricalleja开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for gRPC-Web to inspect requests and responses in human readable format”。
扩展截图
下载grpc-web-devtools扩展crx文件
下载grpc-web-devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
grpc-web-devtools is a powerful extension designed to seamlessly intercept network requests and responses executed via the grpc-web protocol. This browser extension integrates a dedicated tab into the Chrome DevTools, facilitating the comprehensive logging of all grpc-web requests generated by a web application. Within this extension, users gain the ability to effectively manage requests, employing advanced features such as request filtering and the purging of outdated requests. Notably, the extension is equipped with an intuitive JSON editor that enables in-depth inspection of both request and response elements, encompassing both body and metadata components for each interaction. This editor further offers the convenience of collapsing expansive objects for enhanced clarity, and supports easy content copying. The scope of this extension's functionality extends to both UnaryRequest and StreamRequest interception. In the DevTools environment, when examining an unary call, the request showcases a structured representation featuring a body property denoting the transmitted object, as well as metadata encompassing supplementary headers sent during the request. This parallel structure is mirrored in the response, wherein the body signifies the object response from the server, and metadata encapsulates any extra headers furnished by the server. For StreamRequest interactions, the structure is aligned with Unary, albeit with a distinction in the response. In the StreamRequest scenario, responses manifest as an array, encompassing key elements such as "data," "status," "error," "metadata," and "end." For a comprehensive guide on configuring and utilizing this extension, refer to the following link: https://github.com/IvanRodriCalleja/grpc-web-devtools
扩展基本信息
名称 | grpc-web-devtools |
ID | aaindhgbimbgnnmdghdkigcagjbnldck |
官方URL | https://chromewebstore.google.com/detail/grpc-web-devtools/aaindhgbimbgnnmdghdkigcagjbnldck |
简介 | Chrome extension for gRPC-Web to inspect requests and responses in human readable format |
文件大小 | 1.13 MB |
安装次数 | 58 |
当前版本 | 1.0.2 |
更新时间 | 2023-08-22 |
上架时间 | 2023-08-18 |
评分 | 3.67/5 共3次评分 |
开发者 | ivanrodricalleja |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/IvanRodriCalleja/grpc-web-devtools |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "grpc-web-devtools", "version": "1.0.2", "description": "Chrome extension for gRPC-Web to inspect requests and responses in human readable format", "manifest_version": 3, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ " |