DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Cos'è DWR Explorer?
DWR Explorer è un'estensione di Chrome sviluppata da lukeupup, e la sua funzione principale è "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DWR Explorer
Scarica i file di estensione DWR Explorer 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
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON - Request filtering - Exception highlighting
Informazioni di Base sull'Estensione
Nome | DWR Explorer |
ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
URL Ufficiale | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
Descrizione | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
Dimensione del File | 101 KB |
Conteggio Installazioni | 685 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2017-08-31 |
Data di Pubblicazione | 2017-08-30 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | lukeupup |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DWR Explorer", "version": "1.1.4", "icons": { "200": "assets\/dwr-logo.png" }, "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "sandbox": { "pages": [ "sandbox.html" ] }, "web_accessible_resources": [ "assets\/*" ] } |