JSON Viewer
Port of Firefox's JSON Viewer
Что такое JSON Viewer?
JSON Viewer - это расширение Chrome, разработанное Rongjian Zhang, и его основная функция - "Port of Firefox's JSON Viewer".
Снимки экрана расширения
Скачать файл CRX расширения JSON Viewer
Скачайте файлы расширений JSON Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a port of Firefox's JSON Viewer If you open a JSON file in the browser, it is parsed and given syntax highlighting. Arrays and objects are shown collapsed, and you can expand them using the "+" icons. Source code: https://github.com/pd4d10/json-viewer
Основная информация о расширении
Название | JSON Viewer |
ID | efknglbfhoddmmfabeihlemgekhhnabb |
Официальный URL | https://chromewebstore.google.com/detail/json-viewer/efknglbfhoddmmfabeihlemgekhhnabb |
Описание | Port of Firefox's JSON Viewer |
Размер файла | 136 KB |
Количество установок | 38,037 |
Текущая Версия | 2.1.0 |
Последнее Обновление | 2023-09-17 |
Дата публикации | 2018-05-27 |
Рейтинг | 4.75/5 Всего 40 оценок |
Разработчик | Rongjian Zhang |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/pd4d10/json-viewer |
URL страницы помощи | https://github.com/pd4d10/json-viewer |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Viewer", "version": "2.1.0", "description": "Port of Firefox's JSON Viewer", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/pd4d10\/json-viewer", "content_scripts": [ { "matches": [ " |