FastRPC

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

Co to jest FastRPC?

FastRPC to rozszerzenie Chrome opracowane przez Ondřej Žára, Seznam.cz, a jego główną funkcją jest „This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FastRPC

Pobierz pliki rozszerzeń FastRPC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FastRPC FastRPC
ID adoojkhhjaaobkcjhioclfjefnadaghj
Oficjalny URL https://chromewebstore.google.com/detail/fastrpc/adoojkhhjaaobkcjhioclfjefnadaghj
Opis This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.
Rozmiar pliku 80.19 KB
Liczba instalacji 61
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2020-06-05
Data Publikacji 2020-06-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Ondřej Žára, Seznam.cz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/seznam/fastrpc-viewer
Adres URL Strony Pomocy https://github.com/seznam/fastrpc-viewer
Obsługiwane Języki 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"
    }
}