RSocket Frame Inspector
RSocket Chrome Devtools
RSocket Frame Inspector란 무엇입니까?
RSocket Frame Inspector은(는) rsocket에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RSocket Chrome Devtools"입니다.
확장 프로그램 스크린샷
RSocket Frame Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds RSocket debugging tools to the Chrome Developer Tools. RSocket Frame Inspector is a Chrome DevTools extension for the open-source RSocket-JS JavaScript library. It allows you to inspect the RSocket frames sent over the WebSocket connection. You will get a new tab in your Chrome DevTools: "RSocket Frames".The tab shows RSocket frames sent over a WebSocket connection. For each frame, it displays the frame. The data and metadata can also be viewed in the object inspector view if the frames are encoded in json.
확장 프로그램 기본 정보
이름 | RSocket Frame Inspector |
ID | nijdiakpmjaohioaelphnfdbdpbbgkhc |
공식 URL | https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc |
설명 | RSocket Chrome Devtools |
파일 크기 | 133 KB |
설치 횟수 | 520 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2024-02-17 |
출시 날짜 | 2021-02-09 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | rsocket |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rsocket/rsocket-chrome-devtools |
도움말 페이지 URL | https://github.com/rsocket/rsocket-chrome-devtools/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "RSocket Chrome Devtools", "version": "0.0.5", "manifest_version": 2, "name": "RSocket Frame Inspector", "permissions": [ "debugger" ], "devtools_page": "devtools.html", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |