JSON Response Viewer

Simple JSON responses viewer

Cos'è JSON Response Viewer?

JSON Response Viewer è un'estensione di Chrome sviluppata da dimovitch.sergey, e la sua funzione principale è "Simple JSON responses viewer".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JSON Response Viewer

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

                        The plugin is designed for easy viewing of responses in JSON format, monitors all site requests and renders responses in a convenient way. Parse JSON to HTML.

- parse JSON at any nesting level
- syntax highlighting
- collapse/expand objects
- search in responses (similar to default chrome page search)
- switching between search results                    

Informazioni di Base sull'Estensione

Nome JSON Response Viewer JSON Response Viewer
ID bfjmbnhmjhangkldpjdoafhdeemjdomk
URL Ufficiale https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk
Descrizione Simple JSON responses viewer
Dimensione del File 16.78 KB
Conteggio Installazioni 39
Versione Corrente 0.3.2
Ultimo Aggiornamento 2022-06-27
Data di Pubblicazione 2022-05-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore dimovitch.sergey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Response Viewer",
    "description": "Simple JSON responses viewer",
    "version": "0.3.2",
    "manifest_version": 3,
    "devtools_page": "devtools.html",
    "icons": {
        "16": ".\/icons\/icon.png",
        "48": ".\/icons\/icon.png",
        "128": ".\/icons\/icon.png"
    }
}