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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}