JSON-RPC Viewer
Convenient way to view JSON-RPC requests
What is JSON-RPC Viewer?
JSON-RPC Viewer is a Chrome extension developed by Pavel Kityan, and its main feature is "Convenient way to view JSON-RPC requests".
Extension Screenshots
Download JSON-RPC Viewer Extension CRX File
Download JSON-RPC Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | JSON-RPC Viewer |
ID | hnmcofcmhpllkdkncnofkjdlpieagngg |
Official URL | https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg |
Description | Convenient way to view JSON-RPC requests |
File Size | 24.07 KB |
Installation Count | 1,033 |
Current Version | 1.1.2 |
Last Updated | 2019-09-21 |
Publish Date | 2019-09-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pavel Kityan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |