Functional JSON viewer
Modern JSON formatter and explorer.
Что такое Functional JSON viewer?
Functional JSON viewer - это расширение Chrome, разработанное Dmytro, и его основная функция - "Modern JSON formatter and explorer.".
Снимки экрана расширения
Скачать файл CRX расширения Functional JSON viewer
Скачайте файлы расширений Functional JSON viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Why to use:
- Foldable & filterable & focusable nodes
- (Shift-)Tab navigation
- Show node path on focus & hover
- Keymaps (Vim inspired)
- Clickable links
- Light & dark theme
- Converting JSON
- Screenshot (JSON to image .jpeg)
---
Functionality:
- Filter nodes
- Collapse all nodes
- Expand all nodes
- Save JSON
- Copy JSON
- Copy node
- Copy node path
- Switch formatted & raw data
- Sticky panels
---
Convert JSON to:
- JSON schema
- Typescript interfaces (.d.ts)
- Golang structs (.go)
---
Keymaps:
h | ArrowLeft - move focus left (parent node)
j | ArrowDown - move focus down (next sibling)
k | ArrowUp - move focus up (previous sibling)
l | ArrowRight - move focus right (child node)
c - collapse all child nodes
e - expand all child nodes
y - copy node
p - copy node path
---
Tips:
On large file, better search:
1. Click collapse all
2. Use native browser search (Ctrl+f)
3. Browser will auto expand matched nodes
---
Code:
https://github.com/diogenesofweb/fjv                     Основная информация о расширении
| Название |   |  
| ID | cokkmplppnaigoodkkjopoblfaelibab | 
| Официальный URL | https://chromewebstore.google.com/detail/functional-json-viewer/cokkmplppnaigoodkkjopoblfaelibab | 
| Описание | Modern JSON formatter and explorer. | 
| Размер файла | 55.38 KB | 
| Количество установок | 46 | 
| Текущая Версия | 0.0.9 | 
| Последнее Обновление | 2024-01-07 | 
| Дата публикации | 2023-06-18 | 
| Рейтинг | 5.00/5 Всего 1 оценок | 
| Разработчик | Dmytro | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/diogenesofweb/fjv | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Functional JSON viewer",
    "version": "0.0.9",
    "manifest_version": 3,
    "description": "Modern JSON formatter and explorer.",
    "homepage_url": "https:\/\/github.com\/diogenesofweb\/fjv",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "  |  |