JSON Quick Format

Provides quick and easy JSON formatting

Cos'è JSON Quick Format?

JSON Quick Format è un'estensione di Chrome sviluppata da Alex, e la sua funzione principale è "Provides quick and easy JSON formatting".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JSON Quick Format

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

                        JSON formatter for formatting JSON copied from an external source, like a database.

Provides the user with a colourfully represented and nicely formatted output of the input JSON (if valid). Otherwise, provides the user with an error message stating why the JSON has failed validation.                    

Informazioni di Base sull'Estensione

Nome JSON Quick Format JSON Quick Format
ID gbclobadkjfnfaaglajllljdmkpamnae
URL Ufficiale https://chromewebstore.google.com/detail/json-quick-format/gbclobadkjfnfaaglajllljdmkpamnae
Descrizione Provides quick and easy JSON formatting
Dimensione del File 292 KB
Conteggio Installazioni 618
Versione Corrente 1.1
Ultimo Aggiornamento 2016-08-28
Data di Pubblicazione 2016-08-27
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore Alex
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Quick Format",
    "description": "Provides quick and easy JSON formatting",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/common.js",
            "scripts\/jquery-2.1.1.min.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}