Django Debug Panel
Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
Cos'è Django Debug Panel?
Django Debug Panel è un'estensione di Chrome sviluppata da recamshak, e la sua funzione principale è "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Django Debug Panel
Scarica i file di estensione Django Debug Panel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Django Debug Panel |
ID | nbiajhhibgfgkjegbnflpdccejocmbbn |
URL Ufficiale | https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn |
Descrizione | Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. |
Dimensione del File | 21.37 KB |
Conteggio Installazioni | 4,131 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2015-09-09 |
Data di Pubblicazione | 2015-09-08 |
Valutazione | 4.48/5 Totale 23 Valutazioni |
Sviluppatore | recamshak |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |