gRPC devtools (for gRPC-web)
Browser DevTools extension for debugging gRPC network requests.
gRPC devtools (for gRPC-web)とは何ですか?
gRPC devtools (for gRPC-web)はErnestによって開発されたChromeの拡張機能で、その主な機能は「Browser DevTools extension for debugging gRPC network requests.」です。
拡張機能のスクリーンショット
gRPC devtools (for gRPC-web)拡張機能のCRXファイルをダウンロード
gRPC devtools (for gRPC-web)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features
🚀 Uninterrupted Performance: With gRPC Devtools, enjoy uninterrupted performance, effortlessly managing even the largest of requests, for a truly smooth debugging experience.
🔍 Filtering: Quickly filter out what you don't need. Focus on specific requests effortlessly, and you can even use regex to fine-tune your filtering.
🎨 Elegant Layout: gRPC Devtools boasts an elegant layout inspired by Chrome's theme, making debugging a seamless experience.
🔄 Server-side Streaming Support: Whether you're dealing with unary requests or more complex server-side streaming, gRPC Devtools can handle it.
🌑 Night Owl Mode: If you like working late, you'll love this. We've got a dark mode that's easy on the eyes. Debugging won't feel like staring into a flashlight. 拡張機能の基本情報
| 名前 | |
| ID | fohdnlaeecihjiendkfhifhlgldpeopm |
| 公式URL | https://chromewebstore.google.com/detail/grpc-devtools-for-grpc-we/fohdnlaeecihjiendkfhifhlgldpeopm |
| 説明 | Browser DevTools extension for debugging gRPC network requests. |
| ファイルサイズ | 781 KB |
| インストール数 | 535 |
| 現在のバージョン | 1.15.0 |
| 最終更新日 | 2024-03-03 |
| 公開日 | 2022-07-16 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | Ernest |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "gRPC devtools (for gRPC-web)",
"version": "1.15.0",
"description": "Browser DevTools extension for debugging gRPC network requests.",
"manifest_version": 3,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"devtools_page": "devtools.html",
"incognito": "split",
"content_scripts": [
{
"matches": [
" | |