FastRPC

This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.

FastRPCとは何ですか?

FastRPCはOndřej Žára, Seznam.czによって開発されたChromeの拡張機能で、その主な機能は「This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.」です。

拡張機能のスクリーンショット

screenshot

FastRPC拡張機能のCRXファイルをダウンロード

FastRPC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses. The FastRPC protocol is described here: https://github.com/seznam/fastrpc/wiki/FastRPC-binary-protocol-specification                    

拡張機能の基本情報

名前 FastRPC FastRPC
ID adoojkhhjaaobkcjhioclfjefnadaghj
公式URL https://chromewebstore.google.com/detail/fastrpc/adoojkhhjaaobkcjhioclfjefnadaghj
説明 This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.
ファイルサイズ 80.19 KB
インストール数 61
現在のバージョン 2.3
最終更新日 2020-06-05
公開日 2020-06-05
評価 5.00/5 合計 1 レビュー
開発者 Ondřej Žára, Seznam.cz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/seznam/fastrpc-viewer
ヘルプページのURL https://github.com/seznam/fastrpc-viewer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastRPC",
    "version": "2.3",
    "description": "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.",
    "devtools_page": "devtools.html",
    "author": "Ond\u0159ej \u017d\u00e1ra ",
    "homepage_url": "https:\/\/github.com\/seznam\/fastrpc-viewer",
    "permissions": [
        ""
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}