JSON Formatter

JSON online formatting tool. Simple, quick and easy to use.

ما هو JSON Formatter؟

JSON Formatter هو إضافة Chrome تم تطويرها بواسطة https://www.collaboradev.com، والميزة الرئيسية لها هي "JSON online formatting tool. Simple, quick and easy to use.".

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

screenshot
screenshot
screenshot

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

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

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

                        A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results.  Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab.  A copy button allows for easy copying of the formatted JSON back to the clipboard.                    

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

الاسم JSON Formatter JSON Formatter
ID bbonbhlfjgpahljegfaibcgpchflglnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl
الوصف JSON online formatting tool. Simple, quick and easy to use.
حجم الملف 3.22 MB
عدد التثبيتات 1,948
النسخة الحالية 1.4
آخر تحديث 2022-01-28
تاريخ النشر 2018-12-07
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.collaboradev.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://json.collaboradev.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "version": "1.4",
    "description": "JSON online formatting tool. Simple, quick and easy to use.",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "clipboardRead",
        "http:\/\/json.collaboradev.com\/",
        "https:\/\/json.collaboradev.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "overlay.html",
        "default_icon": {
            "16": "img\/logo-16.png",
            "32": "img\/logo-32.png",
            "48": "img\/logo-48.png",
            "128": "img\/logo-128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.collaboradev.com\/*"
        ]
    }
}