JSON Lite
Fast JSON viewer - highlights, shows items count/size, handles large files
什么是JSON Lite?
JSON Lite是由Lauri Rooden开发的Chrome扩展程序,该扩展的主要功能是“Fast JSON viewer - highlights, shows items count/size, handles large files”。
扩展截图
下载JSON Lite扩展crx文件
下载JSON Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
- Format JSON/JSONP responses and clipboard
- Select and format/encode/decode text on every page
- Collapsible arrays, objects and long values
- Collapse all childs with Ctrl(Command) + Click
- Collapse property also on all sibling items with Alt(Option) + Click
- Count items and properties in a collection
- Show collection sizes
- Do its best to show large (10MB+) JSON files
- Do its best to show invalid JSON files
- Do not sort objects with numeric keys
- Do not round large numbers
- "Save as..." saves the original JSON document
- Select and copy a working JSON from the formatted JSON
Copyright (c) 2016-2023 Lauri Rooden
The MIT License 扩展基本信息
| 名称 | |
| ID | acacmjcicejlmjcheoklfdchempahoag |
| 官方URL | https://chromewebstore.google.com/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag |
| 简介 | Fast JSON viewer - highlights, shows items count/size, handles large files |
| 文件大小 | 21.82 KB |
| 安装次数 | 10,498 |
| 当前版本 | 23.5.0 |
| 更新时间 | 2023-05-20 |
| 上架时间 | 2019-06-18 |
| 评分 | 4.88/5 共48次评分 |
| 开发者 | Lauri Rooden |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/lauriro/json-lite |
| 帮助页面URL | https://github.com/lauriro/json-lite/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "JSON Lite",
"version": "23.5.0",
"author": "Lauri Rooden",
"description": "Fast JSON viewer - highlights, shows items count\/size, handles large files",
"icons": {
"128": "img\/icon-128.png",
"48": "img\/icon-48.png",
"32": "img\/icon-32.png"
},
"permissions": [
"contextMenus",
"storage",
"activeTab",
"tabs",
"scripting"
],
"host_permissions": [
" | |