JSON RPC Chrome Viewer

JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.

Co to jest JSON RPC Chrome Viewer?

JSON RPC Chrome Viewer to rozszerzenie Chrome opracowane przez Vladimir Lomonos, a jego główną funkcją jest „JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia JSON RPC Chrome Viewer

Pobierz pliki rozszerzeń JSON RPC Chrome 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 Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable.
Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others.
You are welcome to make feature requests, bug reports and pull requests.                    

Podstawowe informacje o rozszerzeniu

Nazwa JSON RPC Chrome Viewer JSON RPC Chrome Viewer
ID bfkookcjhlalpmeedppachhdkhmflbah
Oficjalny URL https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah
Opis JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
Rozmiar pliku 121 KB
Liczba instalacji 279
Aktualna Wersja 1.4.4
Ostatnia Aktualizacja 2023-12-24
Data Publikacji 2022-06-26
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper Vladimir Lomonos
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lomonosv/json-rpc-chrome-viewer
Adres URL Strony Pomocy https://github.com/lomonosv/json-rpc-chrome-viewer/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON RPC Chrome Viewer",
    "version": "1.4.4",
    "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "devtools_page": "index.html"
}