Bog Json Parser
Json reponse beautifier
什么是Bog Json Parser?
Bog Json Parser是由misha.sulikashvili开发的Chrome扩展程序,该扩展的主要功能是“Json reponse beautifier”。
扩展截图
下载Bog Json Parser扩展crx文件
下载Bog Json Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Beautify backslash included text response Jsons: Sometimes webapi calls return responses like this: "{\"room\":{\"id\":\"616078334c10e1dd8a433588\"},\"timeReserves\":null}" Problem is, chrome developer tools response preview can not beautify this kind of response, which is presented in first screenshot and this extension solves this problem. Same response is displayed in second screenshot, parsed by extension.
扩展基本信息
名称 | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
官方URL | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
简介 | Json reponse beautifier |
文件大小 | 30.69 KB |
安装次数 | 92 |
当前版本 | 0.2 |
更新时间 | 2022-09-01 |
上架时间 | 2021-10-11 |
开发者 | misha.sulikashvili |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bog Json Parser", "version": "0.2", "description": "Json reponse beautifier", "devtools_page": "devtools.html", "background": { "service_worker": "background.js" }, "action": { "default_icon": "json-file.png", "default_title": "Ugly json response beautifier" }, "icons": { "128": "json128.png", "16": "json16.png", "48": "json48.png" }, "manifest_version": 3 } |