Bog Json Parser
Json reponse beautifier
Co to jest Bog Json Parser?
Bog Json Parser to rozszerzenie Chrome opracowane przez misha.sulikashvili, a jego główną funkcją jest „Json reponse beautifier”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bog Json Parser
Pobierz pliki rozszerzeń Bog Json Parser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Bog Json Parser |
ID | ibhkbojhfpckdoggomfahcppclbpkpoa |
Oficjalny URL | https://chromewebstore.google.com/detail/bog-json-parser/ibhkbojhfpckdoggomfahcppclbpkpoa |
Opis | Json reponse beautifier |
Rozmiar pliku | 30.69 KB |
Liczba instalacji | 92 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2022-09-01 |
Data Publikacji | 2021-10-11 |
Deweloper | misha.sulikashvili |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/SkeletonSkelettron/Bog-Json-Parser |
Obsługiwane Języki | 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 } |