Nested Object JSON Parser

Makes JSON easy to read. Open source.

ما هو Nested Object JSON Parser؟

Nested Object JSON Parser هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Makes JSON easy to read. Open source.".

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

screenshot

تحميل ملف CRX للإضافة Nested Object JSON Parser

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

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

                        Nested JSON Parser is an extension to format JSON content including nested json stringify objects                    

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

الاسم Nested Object JSON Parser Nested Object JSON Parser
ID gfpiiddjejppjlaegjhfommdfjdfkfop
عنوان URL الرسمي https://chromewebstore.google.com/detail/nested-object-json-parser/gfpiiddjejppjlaegjhfommdfjdfkfop
الوصف Makes JSON easy to read. Open source.
حجم الملف 21.21 KB
عدد التثبيتات 1,545
النسخة الحالية 1.0
آخر تحديث 2019-04-28
تاريخ النشر 2019-04-23
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nested Object JSON Parser",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Makes JSON easy to read. Open source.",
    "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}