Jipy
Format JSON In Place. Anywhere!
Что такое Jipy?
Jipy - это расширение Chrome, разработанное twskj, и его основная функция - "Format JSON In Place. Anywhere!".
Снимки экрана расширения
Скачать файл CRX расширения Jipy
Скачайте файлы расширений Jipy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Jipy allows you to format JSON on any page. Unlike other formatters, Jipy does not rely on the whole page being returned as JSON. Jipy works by letting you choose the portion that you want to format. This allows you to format any embeded JSON. How to Use ========== 1. Highlight JSON payload (if the highlight is not a valid JSON, Jipy tries its best to infer the payload) 2. Choose one of the following way to format - Click { } button on top right corner - Use hotkey (Alt+F) - Right Click to bring up context menu 3. Enjoy ;-)
Основная информация о расширении
Название | Jipy |
ID | ijpoiflpbigbngjilejmkmnoglkedcjo |
Официальный URL | https://chromewebstore.google.com/detail/jipy/ijpoiflpbigbngjilejmkmnoglkedcjo |
Описание | Format JSON In Place. Anywhere! |
Размер файла | 13.43 KB |
Количество установок | 444 |
Текущая Версия | 0.1.4 |
Последнее Обновление | 2019-10-11 |
Дата публикации | 2019-10-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | twskj |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/twskj/ChromeExt-JSON-In-Place |
URL страницы помощи | https://github.com/twskj/ChromeExt-JSON-In-Place/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jipy", "short_name": "Jipy", "version": "0.1.4", "description": "Format JSON In Place. Anywhere!", "author": "twskj", "browser_action": { "default_icon": { "16": "icon\/16.png", "24": "icon\/24.png", "32": "icon\/32.png" }, "default_title": "Format Selected JSON" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |