JSON.format

Format JSON data automatically

Что такое JSON.format?

JSON.format - это расширение Chrome, разработанное https://decentm.com, и его основная функция - "Format JSON data automatically".

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

screenshot

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

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

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

                        Make JSON documents readable by reformatting them.                    

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

Название JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
Официальный URL https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Описание Format JSON data automatically
Размер файла 13.52 KB
Количество установок 355
Текущая Версия 1.0.0
Последнее Обновление 2022-04-25
Дата публикации 2018-04-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://decentm.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/DecentM/extension-json.format
URL страницы помощи https://github.com/DecentM/extension-json.format/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}