Functional JSON viewer
Modern JSON formatter and explorer.
Was ist Functional JSON viewer?
Functional JSON viewer ist eine Chrome-Erweiterung, die von Dmytro entwickelt wurde, und ihr Hauptmerkmal ist "Modern JSON formatter and explorer.".
Erweiterungsscreenshots
Functional JSON viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Functional JSON viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Functional JSON viewer |
ID | cokkmplppnaigoodkkjopoblfaelibab |
Offizielle URL | https://chromewebstore.google.com/detail/functional-json-viewer/cokkmplppnaigoodkkjopoblfaelibab |
Beschreibung | Modern JSON formatter and explorer. |
Dateigröße | 55.38 KB |
Installationsanzahl | 46 |
Aktuelle Version | 0.0.9 |
Letztes Update | 2024-01-07 |
Veröffentlichungsdatum | 2023-06-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Dmytro |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/diogenesofweb/fjv |
Unterstützte Sprachen | 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": [ " |