Auto-detects JSON on any page and formats it beautifully. 100% local.
  • TypeScript 88.4%
  • HTML 7.6%
  • CSS 4%
Find a file
Jose Juan Moñino 7ebe17efbe feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button
- Auto-detects JSON on any page (content script, document_idle)
- Syntax highlighting: keys, strings, numbers, booleans, null (Catppuccin dark/light themes)
- Collapsible/expandible nodes with depth-based auto-collapse
- Raw/formatted toggle
- Copy formatted JSON to clipboard
- Path display on hover (JSON path bar)
- Stats: node count + byte size
- Settings: auto-detect, theme, indent size, path display, expand depth
- Greasy Sprocket: 100% free, coffee popup, uninstall feedback
- 44 tests (detect 19 + formatter 20 + types 5)
- WXT 0.20.27, TS 6.x, Biome 2.5.1, Vitest 4.1.9
2026-07-12 18:15:55 +02:00
icons feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
public/icons feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
src feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
tests feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
.gitignore feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
.pnpm-approved-builds.json feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
biome.json feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
package.json feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
pnpm-lock.yaml feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
pnpm-workspace.yaml feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
tsconfig.json feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
vitest.config.ts feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00
wxt.config.ts feat: JSONifier v1.0.0 — auto-detect JSON formatter with syntax highlighting, collapsible nodes, copy button 2026-07-12 18:15:55 +02:00