JSON Formatter

Chrome extension to format JSON

Что такое JSON Formatter?

JSON Formatter - это расширение Chrome, разработанное Ajanyan, и его основная функция - "Chrome extension to format JSON".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

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

Название JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
Официальный URL https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
Описание Chrome extension to format JSON
Размер файла 26.69 KB
Количество установок 78
Текущая Версия 1.1.1
Последнее Обновление 2023-08-22
Дата публикации 2022-05-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Ajanyan
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}