Bog Json Parser
Json reponse beautifier
Что такое Bog Json Parser?
Bog Json Parser - это расширение Chrome, разработанное misha.sulikashvili, и его основная функция - "Json reponse beautifier".
Снимки экрана расширения
Скачать файл CRX расширения Bog Json Parser
Скачайте файлы расширений Bog Json Parser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Beautify backslash included text response Jsons: Sometimes webapi calls return responses like this: "{\"room\":{\"id\":\"616078334c10e1dd8a433588\"},\"timeReserves\":null}" Problem is, chrome developer tools response preview can not beautify this kind of response, which is presented in first screenshot and this extension solves this problem. Same response is displayed in second screenshot, parsed by extension.
Основная информация о расширении
Название | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
Официальный URL | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
Описание | Json reponse beautifier |
Размер файла | 30.69 KB |
Количество установок | 92 |
Текущая Версия | 0.2 |
Последнее Обновление | 2022-09-01 |
Дата публикации | 2021-10-11 |
Разработчик | misha.sulikashvili |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bog Json Parser", "version": "0.2", "description": "Json reponse beautifier", "devtools_page": "devtools.html", "background": { "service_worker": "background.js" }, "action": { "default_icon": "json-file.png", "default_title": "Ugly json response beautifier" }, "icons": { "128": "json128.png", "16": "json16.png", "48": "json48.png" }, "manifest_version": 3 } |