JSON-RPC Viewer
Convenient way to view JSON-RPC requests
什么是JSON-RPC Viewer?
JSON-RPC Viewer是由Pavel Kityan开发的Chrome扩展程序,该扩展的主要功能是“Convenient way to view JSON-RPC requests”。
扩展截图
下载JSON-RPC Viewer扩展crx文件
下载JSON-RPC Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
JSON-RPC Viewer is an extension to help viewing JSON-RPC requests in a more convenient way than Network tab allows.
You can view a list of requests with method name, params and result/response.
Supports JSON-RPC batch requests from version 1.1.1
Feature requests, bug reports and pull requests are welcome here: https://github.com/kityan/json-rpc-viewer. 扩展基本信息
| 名称 | |
| ID | hnmcofcmhpllkdkncnofkjdlpieagngg |
| 官方URL | https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg |
| 简介 | Convenient way to view JSON-RPC requests |
| 文件大小 | 24.07 KB |
| 安装次数 | 1,033 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2019-09-21 |
| 上架时间 | 2019-09-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Pavel Kityan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON-RPC Viewer",
"version": "1.1.2",
"description": "Convenient way to view JSON-RPC requests",
"manifest_version": 2,
"permissions": [],
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"devtools_page": "devtoolsBackground.html"
} | |