JSON.format

Format JSON data automatically

Cos'è JSON.format?

JSON.format è un'estensione di Chrome sviluppata da https://decentm.com, e la sua funzione principale è "Format JSON data automatically".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JSON.format

Scarica i file di estensione JSON.format 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

                        Make JSON documents readable by reformatting them.                    

Informazioni di Base sull'Estensione

Nome JSON.format JSON.format
ID kmdhdfngeaifhooibplgfdpaniangcdp
URL Ufficiale https://chromewebstore.google.com/detail/jsonformat/kmdhdfngeaifhooibplgfdpaniangcdp
Descrizione Format JSON data automatically
Dimensione del File 13.52 KB
Conteggio Installazioni 355
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-04-25
Data di Pubblicazione 2018-04-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://decentm.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DecentM/extension-json.format
URL della Pagina di Aiuto https://github.com/DecentM/extension-json.format/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON.format",
    "short_name": "JSON.format",
    "description": "Format JSON data automatically",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}