Django Debug Panel

Django Debug Panel

Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Django Debug Panel",
  "version": "0.7",
  "manifest_version": 2,
  "homepage_url": "https://github.com/recamshak/chrome-django-panel",
  "description": "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.",
  "icons": {
    "128": "extension-icon.png"
  },
  "devtools_page": "background.html"
}