Django Debug Panel
Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
Co to jest Django Debug Panel?
Django Debug Panel to rozszerzenie Chrome opracowane przez recamshak, a jego główną funkcją jest „Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Django Debug Panel
Pobierz pliki rozszerzeń Django Debug Panel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nbiajhhibgfgkjegbnflpdccejocmbbn |
| Oficjalny URL | https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn |
| Opis | Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. |
| Rozmiar pliku | 21.37 KB |
| Liczba instalacji | 4,131 |
| Aktualna Wersja | 0.7 |
| Ostatnia Aktualizacja | 2015-09-09 |
| Data Publikacji | 2015-09-08 |
| Ocena | 4.48/5 Łącznie 23 Oceny |
| Deweloper | recamshak |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |