JSONViewer

Format several JSON documents in one window, depends to your screen width, up to 6

ما هو JSONViewer؟

JSONViewer هو إضافة Chrome تم تطويرها بواسطة opponic، والميزة الرئيسية لها هي "Format several JSON documents in one window, depends to your screen width, up to 6".

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

screenshot

تحميل ملف CRX للإضافة JSONViewer

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

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

                        Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer                    

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

الاسم JSONViewer JSONViewer
ID khbdpaabobknhhlpglenglkkhdmkfnca
عنوان URL الرسمي https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca
الوصف Format several JSON documents in one window, depends to your screen width, up to 6
حجم الملف 565 KB
عدد التثبيتات 9,000
النسخة الحالية 2.1.0
آخر تحديث 2023-07-07
تاريخ النشر 2020-04-14
تقييم 4.80/5 مجموع تقييمات 10
المطور opponic
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/oppoic/JSONViewer
عنوان صفحة المساعدة https://github.com/oppoic/JSONViewer/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JSONViewer",
    "description": "Format several JSON documents in one window, depends to your screen width, up to 6",
    "version": "2.1.0",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ]
}