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 |
官方網址 | 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 } |