JSON Response Viewer

Simple JSON responses viewer

Что такое JSON Response Viewer?

JSON Response Viewer - это расширение Chrome, разработанное dimovitch.sergey, и его основная функция - "Simple JSON responses viewer".

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

screenshot

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

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

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

                        The plugin is designed for easy viewing of responses in JSON format, monitors all site requests and renders responses in a convenient way. Parse JSON to HTML.

- parse JSON at any nesting level
- syntax highlighting
- collapse/expand objects
- search in responses (similar to default chrome page search)
- switching between search results                    

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

Название JSON Response Viewer JSON Response Viewer
ID bfjmbnhmjhangkldpjdoafhdeemjdomk
Официальный URL https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk
Описание Simple JSON responses viewer
Размер файла 16.78 KB
Количество установок 39
Текущая Версия 0.3.2
Последнее Обновление 2022-06-27
Дата публикации 2022-05-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик dimovitch.sergey
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Response Viewer",
    "description": "Simple JSON responses viewer",
    "version": "0.3.2",
    "manifest_version": 3,
    "devtools_page": "devtools.html",
    "icons": {
        "16": ".\/icons\/icon.png",
        "48": ".\/icons\/icon.png",
        "128": ".\/icons\/icon.png"
    }
}