JSON RPC Chrome Viewer
JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
JSON RPC Chrome Viewer란 무엇입니까?
JSON RPC Chrome Viewer은(는) Vladimir Lomonos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests."입니다.
확장 프로그램 스크린샷
JSON RPC Chrome Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
JSON-RPC Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable. Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others. You are welcome to make feature requests, bug reports and pull requests.
확장 프로그램 기본 정보
이름 | JSON RPC Chrome Viewer |
ID | bfkookcjhlalpmeedppachhdkhmflbah |
공식 URL | https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah |
설명 | JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests. |
파일 크기 | 121 KB |
설치 횟수 | 279 |
현재 버전 | 1.4.4 |
최근 업데이트 | 2023-12-24 |
출시 날짜 | 2022-06-26 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Vladimir Lomonos |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lomonosv/json-rpc-chrome-viewer |
도움말 페이지 URL | https://github.com/lomonosv/json-rpc-chrome-viewer/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON RPC Chrome Viewer", "version": "1.4.4", "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "devtools_page": "index.html" } |