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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Functional JSON viewer |
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": [ " |