Json and Xml converter

A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.

ما هو Json and Xml converter؟

Json and Xml converter هو إضافة Chrome تم تطويرها بواسطة Максим Шевцов، والميزة الرئيسية لها هي "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.".

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

screenshot

تحميل ملف CRX للإضافة Json and Xml converter

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

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

                        A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.                    

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

الاسم Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
الوصف A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
حجم الملف 33.26 KB
عدد التثبيتات 64
النسخة الحالية 1.1
آخر تحديث 2023-07-09
تاريخ النشر 2023-07-09
المطور Максим Шевцов
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://apiexpert.net/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Json and Xml converter",
    "description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.",
    "version": "1.1",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": []
}