JSONView-JSON 格式查看工具 ,JSONView-JSON 格式查看工具
JSONView-JSON 格式查看工具的使用方法详解,最全面的教程
JSONView-JSON 格式查看工具描述:
用户数:1000000
分类:开发者工具
扩展大小:88.98KiB
最后更新时间:2017-01-06
版本:0.0.32.3
JSONView-JSON 格式查看工具插件简介:
这是来自Chrome商店的JSONView-JSON 格式查看工具浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
JSONView-JSON 格式查看工具插件下载方法/流程:
点击下载按钮,关注“本站Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
JSONView-JSON 格式查看工具插件安装教程/方法:
(1)将本站上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
JSONView port for Chrome.
Original firefox extension is here: http://benhollis.net/software/jsonview/
Notes:
- JSON is validated using a client-side javascript implementation of JSONLint (http://github.com/zaach/jsonlint)
- this extension displays JSON text compliant with rfc 4627 (http://www.ietf.org/rfc/rfc4627.txt).
- JSONP (http://en.wikipedia.org/wiki/JSON#JSONP) is supported
You can configure JSON parsing method in options page:
- the default method (JSON content is extracted from displayed page) is faster but can (in some rare cases) alter or fail to parse the JSON content.
- the safe method costs an extra XMLHttpRequest request (JSON content is extracted from the HTTP response) but is 100% safe.