JSON Formatter
Makes JSON easy to read. Open source.
什么是JSON Formatter?
JSON Formatter是由Nik Rolls开发的Chrome扩展程序,该扩展的主要功能是“Makes JSON easy to read. Open source.”。
扩展截图
下载JSON Formatter扩展crx文件
下载JSON Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Makes JSON easy to read. Open source. A fork of the original (no-longer updated) extension by Callum Locke.
FEATURES
• JSON & JSONP support
• Syntax highlighting with 36 light and dark themes
• Collapsible trees, with indent guides
• Line numbers
• Clickable URLs
• Toggle between raw and parsed JSON
• 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 "json" in the console
(Note: this extension might clash with other JSON highlighters/beautifiers, like ‘JSONView’, ‘Pretty JSON’ or ‘Sight’ – disable those before trying this.)
PRO TIP
Hold down Ctrl (or Cmd on Mac) while collapsing a tree if you want to collapse all its siblings too.
PRIVACY
No tracking, no advertising, and nothing else nefarious.
SOURCE CODE
github.com/nikrolls/json-formatter
BUGS/SUGGESTIONS
github.com/nikrolls/json-formatter/issues
QUESTIONS
twitter.com/nikrolls 扩展基本信息
| 名称 | |
| ID | mhimpmpmffogbmmkmajibklelopddmjf |
| 官方URL | https://chromewebstore.google.com/detail/json-formatter/mhimpmpmffogbmmkmajibklelopddmjf |
| 简介 | Makes JSON easy to read. Open source. |
| 文件大小 | 40.9 KB |
| 安装次数 | 45,977 |
| 当前版本 | 0.10.0 |
| 更新时间 | 2017-05-08 |
| 上架时间 | 2017-05-08 |
| 评分 | 4.35/5 共65次评分 |
| 开发者 | Nik Rolls |
| 付费类型 | free |
| 扩展官网 | https://github.com/nikrolls/json-formatter |
| 帮助页面URL | https://github.com/nikrolls/json-formatter/Issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Formatter",
"version": "0.10.0",
"manifest_version": 2,
"description": "Makes JSON easy to read. Open source.",
"homepage_url": "https:\/\/github.com\/nikrolls\/json-formatter",
"author": "Nik Rolls, Callum Locke",
"minimum_edge_version": "40",
"minimum_chrome_version": "21",
"icons": {
"128": "icons\/128.png",
"32": "icons\/32.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |