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.

Was ist XHR JSON Panel?

XHR JSON Panel ist eine Chrome-Erweiterung, die von Sergiu Boboc entwickelt wurde, und ihr Hauptmerkmal ist "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.".

Erweiterungsscreenshots

screenshot
screenshot

XHR JSON Panel-Erweiterungs-CRX-Datei herunterladen

Laden Sie XHR JSON Panel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name XHR JSON Panel XHR JSON Panel
ID ijcheklmenppbikccakhlmmcbdjjcmgi
Offizielle URL https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi
Beschreibung This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
Dateigröße 45.82 KB
Installationsanzahl 3,560
Aktuelle Version 0.0.6
Letztes Update 2021-11-01
Veröffentlichungsdatum 2018-02-08
Bewertung 4.39/5 Insgesamt 18 Bewertungen
Entwickler Sergiu Boboc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/sergiu79/XHRJSONPanel
Hilfeseite URL https://github.com/sergiu79/XHRJSONPanel
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}