JSON RPC Chrome Viewer

JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.

What is JSON RPC Chrome Viewer?

JSON RPC Chrome Viewer is a Chrome extension developed by Vladimir Lomonos, and its main feature is "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.".

Extension Screenshots

screenshot

Download JSON RPC Chrome Viewer Extension CRX File

Download JSON RPC Chrome 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 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.                    

Extension Basic Information

Name JSON RPC Chrome Viewer JSON RPC Chrome Viewer
ID bfkookcjhlalpmeedppachhdkhmflbah
Official URL https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah
Description JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
File Size 121 KB
Installation Count 279
Current Version 1.4.4
Last Updated 2023-12-24
Publish Date 2022-06-26
Rating 5.00/5 Total 9 Ratings
Developer Vladimir Lomonos
Email [email protected]
Payment Type free
Extension Website https://github.com/lomonosv/json-rpc-chrome-viewer
Help Page URL https://github.com/lomonosv/json-rpc-chrome-viewer/issues
Supported Languages 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"
}