来源:http://www.londatiga.net/it/four-best-chrome-extensions-for-reading-json/
As a software developer that deals much withRESTfulAPI, reading rawJSONdata on browser can be a pain. It always easier to read a well formatted JSON in tree view than in raw data format. Luckily,Chromehas some extensions that could format raw JSON data into tree view format that can be read easily.Here i’ll will show four bestChrome extensionsfor reading JSON on Chrome browser, most of them work perfectly and very easy to use.
-
JSONView
This extension is a porting from originalJSONView Firefox extensionand supportsJSONP.It validates JSON using a client-side javascript implementation ofJSONLintand compliant withrfc 4627.
JSONView supports syntax highlighting and displays JSON in tree view where the nodes on the tree can be collapsed and expanded by clicking on the plus (+) or minus (-) sign on the left of each node.
-
JSONFormatter
JSONFormatter supports syntax highlighting and displays JSON in tree view where the nodes on the tree can be collapesed and expanded by clicking on the triangle icon on the left of each node. It also provides a button for switching to original (raw) data.
-
PrettyJSON
PrettyJSON supports syntax highlighting and displays JSON in tree view. Unlike the two previous extensions, the nodes on the tree can not be collapsed and expanded. And because of it doesn’t check for a valid content type (application/json), it will not format JSON data that comes from a URL without ‘json’ appended. For example, it will display correctly the JSON data that comes from http://example.com/data.json but will not work if the JSON data comes from http://example.com/data.php.
-
JSON Prettifier
JSON Prettifier supports syntax highlighting and displays JSON in tree view where the nodes on the tree can be collapsed and expanded by clicking on the plus (+) or minus (-) sign on the left of each node. It also has a button for switching to original (raw) data.
Related post:
相关推荐
1、点击【Download Zip】,插件下载完成,解压缩到相应目录(D:\...4、点击”加载正在开发的扩展程序…” 选择插件目录(D:\Download\JSONView-for-Chrome-master\WebContent); 5、安装完成,重新加载 (Ctrl+R)。
在本案例中,"test_chrome_extensions"可能是一个包含了开发者自己创建的Chrome扩展程序的文件夹,供他人学习和使用。 Chrome扩展的核心组成部分包括: 1. **manifest.json**:这是每个Chrome扩展的配置文件,包含...
chrome-extensions-archive, 归档所有 Chrome 扩展 Chrome 扩展存档它的目标是提供一个完整的Chrome 网上商店的版本历史记录。你可以看到存档内容的当前状态,并在这里下载文件: dam.io/chrome-extensions-archive/...
Chrome Extensions 是一种强大的工具,允许用户自定义和增强Google Chrome浏览器的功能。这些扩展是由JavaScript、HTML和CSS构建的,能够实现各种功能,如广告拦截、网页翻译、生产力提升等。离线英文文档是开发者们...
JSONView-for-Chrome是一款专为谷歌浏览器设计的扩展程序,它可以将JSON格式的数据以树形结构或键值对的形式呈现,使得数据一目了然。通过安装此插件,开发者可以更高效地分析和调试API接口返回的数据,提高开发效率...
安装过程非常简单,正如描述中提到的,只需将下载的"JSONView-for-Chrome.rar"压缩包解压,然后将解压后的文件拖放到Chrome浏览器的扩展管理页面(chrome://extensions/)。如果Chrome浏览器启用了“开发者模式”,...
标签:abdera-extensions-json-1.1.3.jar,abdera,extensions,json,1.1.3,jar包下载,依赖包
标签:abdera-extensions-json-1.1.2.jar,abdera,extensions,json,1.1.2,jar包下载,依赖包
在`chrome-extensions-samples-main`这个压缩包中,通常会包含各种API的示例代码,每个示例可能是一个独立的目录,包含manifest.json、HTML、CSS和JavaScript文件。通过研究这些示例,开发者可以快速掌握如何实际...
abdera-extensions-json-0.4.0-incubating.jar
标签:abdera-extensions-json-1.0.jar,abdera,extensions,json,1.0,jar包下载,依赖包
在谷歌浏览器中,通过以下步骤可以安装这个插件:首先,打开浏览器的扩展管理页面(可以通过在地址栏输入`chrome://extensions/`来访问),接着,将`json.crx`文件拖拽到这个页面上,浏览器会提示你确认安装,点击...
标签:abdera-extensions-json-1.0-sources.jar,abdera,extensions,json,1.0,sources,jar包下载,依赖包
标题 "My.Extensions.Localization.Json" 提供的是一个针对JSON格式的本地化资源的解决方案。这个库是专门为.NET开发者设计的,旨在简化应用程序中的多语言支持,尤其是对于那些希望使用JSON而不是传统资源文件(如....
然后打开chrome://settings/extensions,点击上方的“载入正在开发的扩展程序”,选中你刚刚解压出来的那一整个文件夹(不要选里面的子文件夹)然后点确定,就直接安装成功了!(注意安装成功以后不要删除在电脑上...
标题“jsonview for chrome/firefox”表明这款插件是为Chrome和Firefox两大主流浏览器定制的,用户可以通过安装该插件,直接在浏览器中查看和解析JSON数据,无需借助额外的软件或在线工具。 描述中的内容介绍了JSON...