Scooby profiler
Scooby profiler lets you debug backend queries for different http requests.
Scooby profilerคืออะไร?
Scooby profiler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Jain และคุณลักษณะหลักของมันคือ "Scooby profiler lets you debug backend queries for different http requests."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scooby profiler
ดาวน์โหลดไฟล์ส่วนขยาย Scooby profiler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Scooby profiler is a chrome extension to debug backend queries for different HTTP requests. This lets you profile your views too. You need to install django-scooby-profiler package to make it work with Django.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scooby profiler |
ID | kicgfdanpohconjegfkojbpceodecjad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scooby-profiler/kicgfdanpohconjegfkojbpceodecjad |
คำอธิบาย | Scooby profiler lets you debug backend queries for different http requests. |
ขนาดไฟล์ | 210 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-09-10 |
วันที่เผยแพร่ | 2018-09-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Shubham Jain |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "devtools_page": "html\/devtools.html", "permissions": [ " |