XHR JSON Panel

This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.

Wat is XHR JSON Panel?

XHR JSON Panel is een Chrome-extensie ontwikkeld door Sergiu Boboc, en de belangrijkste functie is "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie XHR JSON Panel

Download XHR JSON Panel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
The extension presents a list with all XHR request made to server that have 'application/json' as content type. When expanding the details of such request by clicking + icon, two panel will appear below the request url. On the left side there will be the response preview and on the right side the GET parameters that are attached to the request URL ( good to view and quick to read for long URLs) and below of this the  POST payload data if any ( and of course, if the request method is POST).
This extension is inspired by Firebug console and helps me when I need to quick compare the data from more requests. In Chrome Dev Tools Network panel I can see the data for only one request at a time.                    

Basisinformatie over de Extensie

Naam XHR JSON Panel XHR JSON Panel
ID ijcheklmenppbikccakhlmmcbdjjcmgi
Officiële URL https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi
Beschrijving This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
Bestandsgrootte 45.82 KB
Aantal Installaties 3,560
Huidige Versie 0.0.6
Laatst Bijgewerkt 2021-11-01
Publicatiedatum 2018-02-08
Beoordeling 4.39/5 Totaal 18 Beoordelingen
Ontwikkelaar Sergiu Boboc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sergiu79/XHRJSONPanel
Help Pagina-URL https://github.com/sergiu79/XHRJSONPanel
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XHR JSON Panel",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent\/received in an Ajax process.",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}