JSON Response Viewer

Simple JSON responses viewer

ما هو JSON Response Viewer؟

JSON Response Viewer هو إضافة Chrome تم تطويرها بواسطة dimovitch.sergey، والميزة الرئيسية لها هي "Simple JSON responses viewer".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JSON Response Viewer

قم بتنزيل ملفات الامتداد JSON Response Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The plugin is designed for easy viewing of responses in JSON format, monitors all site requests and renders responses in a convenient way. Parse JSON to HTML.

- parse JSON at any nesting level
- syntax highlighting
- collapse/expand objects
- search in responses (similar to default chrome page search)
- switching between search results                    

معلومات أساسية عن التمديد

الاسم JSON Response Viewer JSON Response Viewer
ID bfjmbnhmjhangkldpjdoafhdeemjdomk
عنوان URL الرسمي https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk
الوصف Simple JSON responses viewer
حجم الملف 16.78 KB
عدد التثبيتات 39
النسخة الحالية 0.3.2
آخر تحديث 2022-06-27
تاريخ النشر 2022-05-25
تقييم 5.00/5 مجموع تقييمات 2
المطور dimovitch.sergey
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Response Viewer",
    "description": "Simple JSON responses viewer",
    "version": "0.3.2",
    "manifest_version": 3,
    "devtools_page": "devtools.html",
    "icons": {
        "16": ".\/icons\/icon.png",
        "48": ".\/icons\/icon.png",
        "128": ".\/icons\/icon.png"
    }
}