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
官方網址 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"
}