AI 产品解读JSON document viewer and formatter for Chrome that validates and renders JSON with syntax highlighting in an interactive tree view.
When developers open JSON API endpoints or files in Chrome, the browser displays raw text which is difficult to read and navigate. This extension parses the JSON and presents it in a collapsible, syntax-highlighted tree structure.
User navigates to any URL that returns JSON content. The content script detects the JSON, sends it to the background worker for parsing and HTML conversion, then replaces the raw page with a formatted, interactive tree view. Users can expand/collapse nodes, click URLs, copy paths/values via context menu, and view the raw source. Settings for context menu, safe parsing method, and frame injection are configured via the options page.
Syntax highlighting for JSON values by type (string, number, boolean, null)Collapsible tree view with indent guides and item countsClickable URLs within JSON valuesSupport for both JSON and JSONP (callback-wrapped JSON) responsesToggle between raw and parsed JSON viewsContext menu to copy JSON path and value
- 目标用户
- Web developers / API developers / Frontend developers / QA engineers / DevOps engineers / Anyone working with JSON data
付费分析未识别到付费功能
Open source extension with all features freely available. No premium tiers, subscriptions, payment processing, or feature gating found. The 'pro' keyword matches in static analysis are from CSS properties (progid:), CodeMirror function names (property, process), and comments (error-prone) - not 'pro' plan references. Store description explicitly states 'Open source.'
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login functionality found anywhere in the extension. The extension operates entirely locally, processing JSON content displayed in the browser. No authentication flows, account creation, or external service login is required. All 'token' and 'account' keyword matches in static analysis are from the CodeMirror library (lexer/parser tokens, 'taking tabs into account') and not authentication-related.
棒!
I can't believe it - after downloading this extension I became 10 million times more efficient. My boss came to me and said "You're so efficient - I can't believe how efficient you are at doing your jobs and tasks". Changed my life and helped me convince the girl I had a crush on to start dating me.
good
that's good!!!
Have been using it for 2 years now. Very useful & reliable!
hay
Toda vez que limpo cache do chrome tenho que reinstalar pois diferente da maioria das outras extensões ele não reinstala automático.
Very useful and gentle. Better than top extensions.
mükemmel
Needs built-in themes. Here is mine ----------------------- html{ background:#263238; color:#4bb76f; font-size:14px; } body { white-space: pre; font-family: monospace; } .property { font-weight: bold; color:#c792ea; } .type-null { color: gray; } .type-boolean { color: firebrick; } .type-number { color: #6dc2b8; } .type-string { color: #ffcb6b; } .callback-function { color: gray; } .collapser:after { content: "-"; } .collapsed > .collapser:after { content: "+"; } .ellipsis:after { content: " … "; } .collapsible { margin-left: 2em; } .hoverable { padding-top: 1px; padding-bottom: 1px; padding-left: 2px; padding-right: 2px; border-radius: 2px; outline:none !important; } .hovered { background-color: #222f35; } .collapser { padding-right: 6px; padding-left: 6px; } ul{ margin: 0px 0px 0px 15px !important; } a{ color:#50a3d8 } a:hover{ color:#59bfff; } .toolbox{ background:#fff !important; border:none !important; }