JSON Formatter

The best JSON Formatter!

Что такое JSON Formatter?

JSON Formatter - это расширение Chrome, разработанное dermasmid, и его основная функция - "The best JSON Formatter!".

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

screenshot

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

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

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

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

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

Название JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
Официальный URL https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
Описание The best JSON Formatter!
Размер файла 286 KB
Количество установок 43
Текущая Версия 0.2.3
Последнее Обновление 2023-06-12
Дата публикации 2022-04-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик dermasmid
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/dermasmid/jsoneditor-ext
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}