Bog Json Parser
Json reponse beautifier
What is Bog Json Parser?
Bog Json Parser is a Chrome extension developed by misha.sulikashvili, and its main feature is "Json reponse beautifier".
Extension Screenshots
Download Bog Json Parser Extension CRX File
Download Bog Json Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
Official URL | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
Description | Json reponse beautifier |
File Size | 30.69 KB |
Installation Count | 92 |
Current Version | 0.2 |
Last Updated | 2022-09-01 |
Publish Date | 2021-10-11 |
Developer | misha.sulikashvili |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
Supported Languages | 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 } |