Ultra Fast JSON Viewer

Quickly beautifies JSON.

Cos'è Ultra Fast JSON Viewer?

Ultra Fast JSON Viewer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quickly beautifies JSON.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ultra Fast JSON Viewer

Scarica i file di estensione Ultra Fast JSON Viewer 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

                        Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.                    

Informazioni di Base sull'Estensione

Nome Ultra Fast JSON Viewer Ultra Fast JSON Viewer
ID achlegaapdgcnnhfmliagapbampafine
URL Ufficiale https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine
Descrizione Quickly beautifies JSON.
Dimensione del File 9.94 KB
Conteggio Installazioni 252
Versione Corrente 1.0.4
Ultimo Aggiornamento 2017-06-22
Data di Pubblicazione 2017-06-22
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultra Fast JSON Viewer",
    "version": "1.0.4",
    "description": "Quickly beautifies JSON.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon - large.png",
        "default_popup": "popup.html"
    },
    "author": "Ed Mak",
    "icons": {
        "128": "img\/icon - large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "settings.js",
                "jsonify.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ]
}