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 |
| 官方網址 | 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"
} | |