captureCalls
Logs function calls in DevTools console.
captureCallsคืออะไร?
captureCalls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://n12v.com และคุณลักษณะหลักของมันคือ "Logs function calls in DevTools console."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย captureCalls
ดาวน์โหลดไฟล์ส่วนขยาย captureCalls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
captureCalls allows to log function calls. It adds a message to the console with a function name, its arguments and a stacktrace. captureCalls is a better version of Chrome DevTools’ monitor function.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | captureCalls |
ID | jbifbiilihmmfjcbfbbdhknaehdgbabd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd |
คำอธิบาย | Logs function calls in DevTools console. |
ขนาดไฟล์ | 9.63 KB |
จำนวนการติดตั้ง | 166 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2014-08-13 |
วันที่เผยแพร่ | 2014-08-13 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://n12v.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/NV/captureCalls.js |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "captureCalls", "short_name": "capturecalls", "version": "1.0.0", "description": "Logs function calls in DevTools console.", "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "author": "Nikita Vasilyev", "content_scripts": [ { "matches": [ " |