JSON Response Viewer
Simple JSON responses viewer
什么是JSON Response Viewer?
JSON Response Viewer是由dimovitch.sergey开发的Chrome扩展程序,该扩展的主要功能是“Simple JSON responses viewer”。
扩展截图
下载JSON Response Viewer扩展crx文件
下载JSON Response Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The plugin is designed for easy viewing of responses in JSON format, monitors all site requests and renders responses in a convenient way. Parse JSON to HTML.
- parse JSON at any nesting level
- syntax highlighting
- collapse/expand objects
- search in responses (similar to default chrome page search)
- switching between search results 扩展基本信息
| 名称 | |
| ID | bfjmbnhmjhangkldpjdoafhdeemjdomk |
| 官方URL | https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk |
| 简介 | Simple JSON responses viewer |
| 文件大小 | 16.78 KB |
| 安装次数 | 39 |
| 当前版本 | 0.3.2 |
| 更新时间 | 2022-06-27 |
| 上架时间 | 2022-05-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | dimovitch.sergey |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Response Viewer",
"description": "Simple JSON responses viewer",
"version": "0.3.2",
"manifest_version": 3,
"devtools_page": "devtools.html",
"icons": {
"16": ".\/icons\/icon.png",
"48": ".\/icons\/icon.png",
"128": ".\/icons\/icon.png"
}
} | |