jsonz

Make JSON pretty and syntax highlight

ما هو jsonz؟

jsonz هو إضافة Chrome تم تطويرها بواسطة Jihchi Lee، والميزة الرئيسية لها هي "Make JSON pretty and syntax highlight".

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

screenshot

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

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

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

                        1. Click-and-prettify JSON content regardless of content type
2. Force specific URL to automatically prettify JSON content
3. Display syntax highlight after content prettified                    

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

الاسم jsonz jsonz
ID ahendnlfikgofocdohpgaddkfjhbicnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/jsonz/ahendnlfikgofocdohpgaddkfjhbicnc
الوصف Make JSON pretty and syntax highlight
حجم الملف 254 KB
عدد التثبيتات 30
النسخة الحالية 2.1.1
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Jihchi Lee
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jihchi/jsonz
عنوان صفحة المساعدة https://github.com/jihchi/jsonz/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jsonz",
    "version": "2.1.1",
    "author": "Archie Lee "
    ],
    "web_accessible_resources": [
        "bundled\/commons.css"
    ],
    "options_page": "bundled\/options.html",
    "background": {
        "scripts": [
            "bundled\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pretty and syntax highlight"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundled\/commons.bundle.js",
                "bundled\/inject.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}