JSON Formatter

Format the JSON

ما هو JSON Formatter؟

JSON Formatter هو إضافة Chrome تم تطويرها بواسطة http://news2think.wordpress.com، والميزة الرئيسية لها هي "Format the JSON".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

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

الاسم JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
الوصف Format the JSON
حجم الملف 34.77 KB
عدد التثبيتات 109
النسخة الحالية 2.0.4
آخر تحديث 2021-10-07
تاريخ النشر 2019-08-01
تقييم 4.80/5 مجموع تقييمات 5
المطور http://news2think.wordpress.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}