JSON Formatter

Format the JSON

Что такое JSON Formatter?

JSON Formatter - это расширение Chrome, разработанное http://news2think.wordpress.com, и его основная функция - "Format the JSON".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

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

Название JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
Официальный URL https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
Описание Format the JSON
Размер файла 34.77 KB
Количество установок 109
Текущая Версия 2.0.4
Последнее Обновление 2021-10-07
Дата публикации 2019-08-01
Рейтинг 4.80/5 Всего 5 оценок
Разработчик http://news2think.wordpress.com
Электронная почта [email protected]
Тип оплаты in_app
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}