Json Parser
Base Level Extension
什么是Json Parser?
Json Parser是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Base Level Extension”。
扩展截图
下载Json Parser扩展crx文件
下载Json Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy to parse json string through a small pop up to json format, so developer can quickly to watch readable data.
透過 pup up 出來的彈跳匡中,輸入 json 字串。response 的為 json format 後的格式。 扩展基本信息
| 名称 | |
| ID | gnfcgfjkemoipnknpcfkeeolgpahnmmm |
| 官方URL | https://chromewebstore.google.com/detail/json-parser/gnfcgfjkemoipnknpcfkeeolgpahnmmm |
| 简介 | Base Level Extension |
| 文件大小 | 415 KB |
| 安装次数 | 108 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-11-29 |
| 上架时间 | 2019-11-29 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/teyushen/json-parser-chrome-plugin |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Json Parser",
"description": "Base Level Extension",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "icon168.png"
}
} | |