Django Debug Panel

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

What is Django Debug Panel?

Django Debug Panel is a Chrome extension developed by recamshak, and its main feature is "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.".

Extension Screenshots

screenshot

Download Django Debug Panel Extension CRX File

Download Django Debug Panel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. Great for single-page applications and other AJAX intensive web applications.

You should first install and configure django-debug-panel.
See : https://github.com/recamshak/chrome-django-panel                    

Extension Basic Information

Name Django Debug Panel Django Debug Panel
ID nbiajhhibgfgkjegbnflpdccejocmbbn
Official URL https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn
Description Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
File Size 21.37 KB
Installation Count 4,131
Current Version 0.7
Last Updated 2015-09-09
Publish Date 2015-09-08
Rating 4.48/5 Total 23 Ratings
Developer recamshak
Payment Type free
Supported Languages en
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"
}