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
Eメール [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"
}