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文件
下載JSON RPC Chrome Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |