JSON++

JSON viewer with JSON path search

Cos'è JSON++?

JSON++ è un'estensione di Chrome sviluppata da Dovocode, e la sua funzione principale è "JSON viewer with JSON path search".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JSON++

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

                        Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible                    

Informazioni di Base sull'Estensione

Nome JSON++ JSON++
ID iglemljkbocdodbincahibnabahledap
URL Ufficiale https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap
Descrizione JSON viewer with JSON path search
Dimensione del File 60.41 KB
Conteggio Installazioni 156
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-07-03
Data di Pubblicazione 2020-09-24
Sviluppatore Dovocode
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON++",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "JSON viewer with JSON path search",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}