Json and Xml converter

A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.

Что такое Json and Xml converter?

Json and Xml converter - это расширение Chrome, разработанное Максим Шевцов, и его основная функция - "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".

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

screenshot

Скачать файл CRX расширения Json and Xml converter

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

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

                        A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.                    

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

Название Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
Официальный URL https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
Описание A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Размер файла 33.26 KB
Количество установок 64
Текущая Версия 1.1
Последнее Обновление 2023-07-09
Дата публикации 2023-07-09
Разработчик Максим Шевцов
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://apiexpert.net/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Json and Xml converter",
    "description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.",
    "version": "1.1",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": []
}