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"
}