DJSON. JSON Viewer & Formatter
Extension to format and view JSON, from Web, Input or File.
什么是DJSON. JSON Viewer & Formatter?
DJSON. JSON Viewer & Formatter是由dar.desantis开发的Chrome扩展程序,该扩展的主要功能是“Extension to format and view JSON, from Web, Input or File.”。
扩展截图
下载DJSON. JSON Viewer & Formatter扩展crx文件
下载DJSON. JSON Viewer & Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FEATURES * Format JSON and JSONP input or responses * Minify or Beautify JSON * Theme support * Syntax highlighting * Collapsible trees, with indent guides * Recursive collapsible elements * Clickable URLs * Toggle between raw and parsed JSON * Line numbers * Works on any valid JSON page – URL doesn't matter * Works on local files too (if you enable this in `chrome://extensions`) * You can inspect the JSON by typing `djson` in the console * Counts items and properties in a collection * Show JSON path of the elements on hover and copy it with the context menu * Option to start with JSON collapsed (always or if the file is big) * Recognize nested JSON strings in properties value * Hashes, Encode, Time Strings, Numbers utils Pro Tip * Hold down control (or cmd on Mac) while collapsing a tree if you want to collapse all its siblings too. * Hold down shift while collapsing a tree if you want to collapse also all his children
扩展基本信息
名称 | DJSON. JSON Viewer & Formatter |
ID | chaeijjekipecdajnijdldjjipaegdjc |
官方URL | https://chromewebstore.google.com/detail/djson-json-viewer-formatt/chaeijjekipecdajnijdldjjipaegdjc |
简介 | Extension to format and view JSON, from Web, Input or File. |
文件大小 | 126 KB |
安装次数 | 11,969 |
当前版本 | 0.6.0 |
更新时间 | 2019-03-23 |
上架时间 | 2019-03-23 |
评分 | 4.77/5 共66次评分 |
开发者 | dar.desantis |
付费类型 | free |
扩展官网 | https://github.com/dardesantis/DJSON-Viewer |
帮助页面URL | https://github.com/dardesantis/DJSON-Viewer/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DJSON. JSON Viewer & Formatter", "short_name": "DJSON Viewer", "version": "0.6.0", "manifest_version": 2, "description": "Extension to format and view JSON, from Web, Input or File.", "homepage_url": "https:\/\/github.com\/dardesantis\/DJSON-Viewer", "minimum_chrome_version": "35", "offline_enabled": true, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "32": "icons\/32.png" }, "default_title": "DJSON Viewer", "default_popup": "popup.html" }, "background": { "page": "popup.html", "persistent": true }, "content_scripts": [ { "matches": [ " |