Django Debug Panel
Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
Wat is Django Debug Panel?
Django Debug Panel is een Chrome-extensie ontwikkeld door recamshak, en de belangrijkste functie is "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.".
Extensie Screenshots
Download het CRX-bestand van de extensie Django Debug Panel
Download Django Debug Panel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Django Debug Panel |
ID | nbiajhhibgfgkjegbnflpdccejocmbbn |
Officiële URL | https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn |
Beschrijving | Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. |
Bestandsgrootte | 21.37 KB |
Aantal Installaties | 4,131 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2015-09-09 |
Publicatiedatum | 2015-09-08 |
Beoordeling | 4.48/5 Totaal 23 Beoordelingen |
Ontwikkelaar | recamshak |
Betalingswijze | free |
Ondersteunde Talen | 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" } |