JSON RPC Chrome Viewer

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

Что такое JSON RPC Chrome Viewer?

JSON RPC Chrome Viewer - это расширение Chrome, разработанное Vladimir Lomonos, и его основная функция - "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения JSON RPC Chrome Viewer

Скачайте файлы расширений JSON RPC Chrome Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название JSON RPC Chrome Viewer JSON RPC Chrome Viewer
ID bfkookcjhlalpmeedppachhdkhmflbah
Официальный URL https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah
Описание JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
Размер файла 121 KB
Количество установок 279
Текущая Версия 1.4.4
Последнее Обновление 2023-12-24
Дата публикации 2022-06-26
Рейтинг 5.00/5 Всего 9 оценок
Разработчик Vladimir Lomonos
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/lomonosv/json-rpc-chrome-viewer
URL страницы помощи https://github.com/lomonosv/json-rpc-chrome-viewer/issues
Поддерживаемые языки 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"
}