gRPC-Web Developer Tools
gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.
gRPC-Web Developer Tools là gì?
gRPC-Web Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi SafetyCulture Pty Ltd., và tính năng chính của nó là "gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng gRPC-Web Developer Tools
Tải xuống các tệp mở rộng gRPC-Web Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
gRPC-Web Developer Tools for debugging application's gRPC-Web network requests. 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | gRPC-Web Developer Tools |
ID | kanmilmfkjnoladbbamlclhccicldjaj |
URL Chính Thức | https://chromewebstore.google.com/detail/grpc-web-developer-tools/kanmilmfkjnoladbbamlclhccicldjaj |
Mô tả | gRPC-Web Developer Tools for debugging application's gRPC-Web network requests. |
Kích Thước Tệp | 425 KB |
Số Lần Cài Đặt | 7,310 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2023-11-06 |
Ngày Phát Hành | 2021-10-25 |
Đánh Giá | 3.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | SafetyCulture Pty Ltd. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SafetyCulture/grpc-web-devtools |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gRPC-Web Developer Tools", "version": "1.4.0", "manifest_version": 2, "description": "gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "connect-web-interceptor.js" ], "content_scripts": [ { "matches": [ " |