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
官方網址 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
電子郵箱 [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"
    }
}