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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |