Django Debug Panel

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

什么是Django Debug Panel?

Django Debug Panel是由recamshak开发的Chrome扩展程序,该扩展的主要功能是“Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.”。

扩展截图

screenshot

下载Django Debug Panel扩展crx文件

下载Django Debug Panel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Django Debug Panel Django Debug Panel
ID nbiajhhibgfgkjegbnflpdccejocmbbn
官方URL https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn
简介 Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
文件大小 21.37 KB
安装次数 4,131
当前版本 0.7
更新时间 2015-09-09
上架时间 2015-09-08
评分 4.48/5 共23次评分
开发者 recamshak
付费类型 free
支持的语言 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"
}