Django Debug Panel
Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
O que é Django Debug Panel?
Django Debug Panel é uma extensão do Chrome desenvolvida por recamshak, e sua principal característica é "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Django Debug Panel
Baixe arquivos de extensão Django Debug Panel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Django Debug Panel |
ID | nbiajhhibgfgkjegbnflpdccejocmbbn |
URL Oficial | https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn |
Descrição | Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. |
Tamanho do Arquivo | 21.37 KB |
Contagem de Instalações | 4,131 |
Versão Atual | 0.7 |
Última Atualização | 2015-09-09 |
Data de Publicação | 2015-09-08 |
Classificação | 4.48/5 Total de 23 Avaliações |
Desenvolvedor | recamshak |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |