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.
Qu'est-ce que XHR JSON Panel ?
XHR JSON Panel est une extension Chrome développée par Sergiu Boboc, et sa fonction principale est "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XHR JSON Panel
Téléchargez les fichiers d'extension XHR JSON Panel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | XHR JSON Panel |
ID | ijcheklmenppbikccakhlmmcbdjjcmgi |
URL Officiel | https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi |
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. |
Taille du Fichier | 45.82 KB |
Nombre d'Installations | 3,560 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2021-11-01 |
Date de Publication | 2018-02-08 |
Évaluation | 4.39/5 Total 18 Évaluations |
Développeur | Sergiu Boboc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sergiu79/XHRJSONPanel |
URL de la Page d'Aide | https://github.com/sergiu79/XHRJSONPanel |
Langues Prises en Charge | 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:\/\/*\/*" ] } |