JSON-RPC Viewer

Convenient way to view JSON-RPC requests

Co to jest JSON-RPC Viewer?

JSON-RPC Viewer to rozszerzenie Chrome opracowane przez Pavel Kityan, a jego główną funkcją jest „Convenient way to view JSON-RPC requests”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia JSON-RPC Viewer

Pobierz pliki rozszerzeń JSON-RPC Viewer 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JSON-RPC Viewer JSON-RPC Viewer
ID hnmcofcmhpllkdkncnofkjdlpieagngg
Oficjalny URL https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg
Opis Convenient way to view JSON-RPC requests
Rozmiar pliku 24.07 KB
Liczba instalacji 1,033
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2019-09-21
Data Publikacji 2019-09-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Pavel Kityan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}