Bog Json Parser

Json reponse beautifier

Bog Json Parserคืออะไร?

Bog Json Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย misha.sulikashvili และคุณลักษณะหลักของมันคือ "Json reponse beautifier"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bog Json Parser

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}