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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Django Debug Panel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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