JSON-RPC Viewer

Convenient way to view JSON-RPC requests

Co je JSON-RPC Viewer?

JSON-RPC Viewer je rozšíření Chrome vyvinuté Pavel Kityan, a jeho hlavní funkcí je „Convenient way to view JSON-RPC requests“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření JSON-RPC Viewer

Stáhněte si soubory rozšíření JSON-RPC Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        JSON-RPC Viewer is an extension to help viewing JSON-RPC requests in a more convenient way than Network tab allows.
You can view a list of requests with method name, params and result/response.
Supports JSON-RPC batch requests from version 1.1.1
Feature requests, bug reports and pull requests are welcome here: https://github.com/kityan/json-rpc-viewer.                    

Základní Informace o Rozšíření

Název JSON-RPC Viewer JSON-RPC Viewer
ID hnmcofcmhpllkdkncnofkjdlpieagngg
Oficiální URL https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg
Popis Convenient way to view JSON-RPC requests
Velikost souboru 24.07 KB
Počet instalací 1,033
Aktuální Verze 1.1.2
Poslední Aktualizace 2019-09-21
Datum Vydání 2019-09-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Pavel Kityan
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON-RPC Viewer",
    "version": "1.1.2",
    "description": "Convenient way to view JSON-RPC requests",
    "manifest_version": 2,
    "permissions": [],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "devtools_page": "devtoolsBackground.html"
}