FastRPC

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

Cos'è FastRPC?

FastRPC è un'estensione di Chrome sviluppata da Ondřej Žára, Seznam.cz, e la sua funzione principale è "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FastRPC

Scarica i file di estensione FastRPC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FastRPC FastRPC
ID adoojkhhjaaobkcjhioclfjefnadaghj
URL Ufficiale https://chromewebstore.google.com/detail/fastrpc/adoojkhhjaaobkcjhioclfjefnadaghj
Descrizione This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.
Dimensione del File 80.19 KB
Conteggio Installazioni 61
Versione Corrente 2.3
Ultimo Aggiornamento 2020-06-05
Data di Pubblicazione 2020-06-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ondřej Žára, Seznam.cz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/seznam/fastrpc-viewer
URL della Pagina di Aiuto https://github.com/seznam/fastrpc-viewer
Lingue Supportate 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"
    }
}