AI 产品解读JSON document browser and editor with tree-view visualization and text transcoding tools
Developers viewing raw JSON in browsers see unformatted, hard-to-read text. JSON-handle automatically detects JSON pages and renders them as interactive, collapsible tree diagrams with editing capabilities. It also provides encoding/decoding utilities for Unicode, Base64, URL, and XML special characters.
1. User installs extension. 2. When browsing any URL containing JSON, content_scripts.js auto-detects JSON content and renders it as a tree view (if auto-render enabled). 3. User can also click the extension icon to manually trigger JSON formatting on the current page. 4. Right-click context menu allows formatting selected JSON text. 5. Extension opens a dedicated JSON-handle viewer/editor window showing the tree diagram. 6. User can edit JSON in real-time, use transcoding tools (Unicode/Base64/URL/XML), switch render modes, and copy formatted output.
Auto-detect JSON content on web pages and render as interactive tree viewReal-time JSON editing in tree diagram formatContext menu integration for page and selection-based JSON parsingTranscoding tools: Unicode, Base64, URL encode/decode, XML special charactersMultiple render modes (rich, smart, dark) and minimalism modeConfigurable panel mode (always, left-click, right-click, button)
- 目标用户
- Web developers / API developers / Backend developers debugging JSON responses / QA engineers inspecting API payloads
- The extension has extensive commented-out code (ad-related URLs, HTTP requests to sinaapp.com servers) that suggests possible historical analytics/ad features, but none are active in the current version.
- Donation mechanism is image-based QR codes only - no payment API integration present in code.
付费分析未识别到付费功能
No paid features, premium tiers, subscriptions, or payment gating detected. The extension is completely free. The options page (options.html:108-114) shows voluntary donation QR codes (Alipay, WeChat Pay, PayPal) with the text '请作者紫石喝杯咖啡' (buy the author a coffee) - this is purely optional donation, not feature gating. All 'pro' keyword matches are false positives: '_pro' is a JavaScript module pattern for 'protected' members (e.g., background.js:5 'var _pub = {}, _pri = {}, _pro = {}') and 'property' matches are CSS transition properties. No premium, subscribe, upgrade, billing, or stripe keywords found anywhere in the codebase.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally with no authentication flow, no user account system, and no external service requiring login. The manifest declares 'offline_enabled: true'. All keyword matches for 'login', 'auth', 'token', 'jwt' are false positives: 'auth' appears in @author comments and CSS class names, 'token' is used for JSON parser lexer tokens in jsonlint.js, and 'jwt' appears only in base64-encoded image data in CSS. The commented-out line '//common.loginDialog' at JSON-handle/js/jh.js:310 suggests login was once considered but is not implemented.
That's exactly what I was looking for for my daily task in my job. Excellent!
希望增加搜索功能,搜索关键字自动跳转到某节点
用了很多JSON插件,对比了很多,还是这个好用!感谢作者大佬!
Los links no funcionan como links, lo que debiera ser una funcionalidad básica.
在哪里添加 refer ? 超喜欢图片可以显示的功能,但是有的图片需要添加 refer 才能显示,没地方添加refer。
解析{"128972":[464410,464411,464412,464413],"129001":[464526,464527,464528,464529],"128976":[464426,464427,464428,464429],"129149":[465133,465134,465135,465136],"129099":[464920,464921,464922,464923]},它会把key重新排序,能不能不排序保持原有顺序??
It is very helpful.
really fast rendering, smart enough to recognise json even if there is no explicit json extension in the doc path. clean interface.
样式不错,就是支持的长度好像有问题啊。比较长的JSON我在网站上能解析,在这里就会报错。
Very good extension most important thing it's fast and doesn't lag the browser like other extension