FastRPC

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

Что такое FastRPC?

FastRPC - это расширение Chrome, разработанное Ondřej Žára, Seznam.cz, и его основная функция - "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FastRPC

Скачайте файлы расширений 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"
    }
}