Django Debug Panel

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

Qu'est-ce que Django Debug Panel ?

Django Debug Panel est une extension Chrome développée par recamshak, et sa fonction principale est "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Django Debug Panel

Téléchargez les fichiers d'extension Django Debug Panel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Django Debug Panel Django Debug Panel
ID nbiajhhibgfgkjegbnflpdccejocmbbn
URL Officiel 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.
Taille du Fichier 21.37 KB
Nombre d'Installations 4,131
Version Actuelle 0.7
Dernière Mise à Jour 2015-09-09
Date de Publication 2015-09-08
Évaluation 4.48/5 Total 23 Évaluations
Développeur recamshak
Type de Paiement free
Langues Prises en Charge 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"
}