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.

Apa itu Json and Xml converter?

Json and Xml converter adalah ekstensi Chrome yang dikembangkan oleh Максим Шевцов, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Json and Xml converter

Unduh file ekstensi Json and Xml converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
URL Resmi https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
Deskripsi A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Ukuran File 33.26 KB
Jumlah Instalasi 64
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-07-09
Tanggal Publikasi 2023-07-09
Pengembang Максим Шевцов
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://apiexpert.net/
Bahasa yang Didukung 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": []
}