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
电子邮箱 [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"
    }
}