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.”。

扩展截图

screenshot

下载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 JSON RPC Chrome Viewer
ID bfkookcjhlalpmeedppachhdkhmflbah
官方URL 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"
}