JSON Formatter

The best JSON Formatter!

Cos'è JSON Formatter?

JSON Formatter è un'estensione di Chrome sviluppata da dermasmid, e la sua funzione principale è "The best JSON Formatter!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JSON Formatter

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

                        FEATURES

* Easily view and edit any JSON data
* Search for values in JSON
* Use JMESPath to transform the JSON                    

Informazioni di Base sull'Estensione

Nome JSON Formatter JSON Formatter
ID pifbikkadjogefgbgeddhihjfjboehom
URL Ufficiale https://chromewebstore.google.com/detail/json-formatter/pifbikkadjogefgbgeddhihjfjboehom
Descrizione The best JSON Formatter!
Dimensione del File 286 KB
Conteggio Installazioni 43
Versione Corrente 0.2.3
Ultimo Aggiornamento 2023-06-12
Data di Pubblicazione 2022-04-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dermasmid
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dermasmid/jsoneditor-ext
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The best JSON Formatter!",
    "version": "0.2.3",
    "manifest_version": 3,
    "name": "JSON Formatter",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}