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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 이메일 | [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": [
" | |