XHR JSON Panel

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.

Merlin
Additional files are visible only to premium users

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://*/*"
  ]
}