JSON Explorer
Makes JSON responses easy to explore.
Что такое JSON Explorer?
JSON Explorer - это расширение Chrome, разработанное https://watchthis.page, и его основная функция - "Makes JSON responses easy to explore.".
Снимки экрана расширения
Скачать файл CRX расширения JSON Explorer
Скачайте файлы расширений JSON Explorer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
JSON Explorer automatically formats messy responses and helps you navigate them.
Besides expand/collapse, code highlighting, and clickable URLs it also provides:
- Overview Chart: Allows you to explore the content through an interactive sunburst chart.
- URL Parameters: Displays URL parameters in an easy to read & edit format, and helps you load the new URL.
- Image Previews: Displays a preview for image links at mouseover. Основная информация о расширении
| Название | |
| ID | kiaijfgpdkcbmpdaochmmhefpdmlebhb |
| Официальный URL | https://chromewebstore.google.com/detail/json-explorer/kiaijfgpdkcbmpdaochmmhefpdmlebhb |
| Описание | Makes JSON responses easy to explore. |
| Размер файла | 129 KB |
| Количество установок | 91 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2020-12-10 |
| Дата публикации | 2020-12-09 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://watchthis.page |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://watchthis.page/JSON-Explorer |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Explorer",
"version": "1.0.1",
"manifest_version": 2,
"description": "Makes JSON responses easy to explore.",
"author": "https:\/\/watchthis.page",
"homepage_url": "https:\/\/watchthis.page\/JSON-Explorer",
"minimum_chrome_version": "21",
"icons": {
"128": "icons\/128.png",
"32": "icons\/32.png"
},
"background": {
"scripts": [
"js\/vendor\/browser-polyfill.min.js",
"js\/utils.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
" | |