Bog Json Parser
Json reponse beautifier
Co je Bog Json Parser?
Bog Json Parser je rozšíření Chrome vyvinuté misha.sulikashvili, a jeho hlavní funkcí je „Json reponse beautifier“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bog Json Parser
Stáhněte si soubory rozšíření Bog Json Parser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
Oficiální URL | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
Popis | Json reponse beautifier |
Velikost souboru | 30.69 KB |
Počet instalací | 92 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2022-09-01 |
Datum Vydání | 2021-10-11 |
Vývojář | misha.sulikashvili |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
Podporované Jazyky | 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 } |