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.