Django Debug Panel
Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses.
Django Debug Panelคืออะไร?
Django Debug Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย recamshak และคุณลักษณะหลักของมันคือ "Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Django Debug Panel
ดาวน์โหลดไฟล์ส่วนขยาย Django Debug Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Django Debug Panel |
ID | nbiajhhibgfgkjegbnflpdccejocmbbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn |
คำอธิบาย | Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. |
ขนาดไฟล์ | 21.37 KB |
จำนวนการติดตั้ง | 4,131 |
เวอร์ชันปัจจุบัน | 0.7 |
อัปเดตครั้งล่าสุด | 2015-09-09 |
วันที่เผยแพร่ | 2015-09-08 |
คะแนน | 4.48/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | recamshak |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } |