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.

Cos'è Json and Xml converter?

Json and Xml converter è un'estensione di Chrome sviluppata da Максим Шевцов, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Json and Xml converter

Scarica i file di estensione Json and Xml converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Json and Xml converter Json and Xml converter
ID clbefbkdndgpfbeejbgaioenoggmjbdj
URL Ufficiale https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj
Descrizione A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Dimensione del File 33.26 KB
Conteggio Installazioni 64
Versione Corrente 1.1
Ultimo Aggiornamento 2023-07-09
Data di Pubblicazione 2023-07-09
Sviluppatore Максим Шевцов
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://apiexpert.net/
Lingue Supportate 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": []
}