Lavaca Developer Tools
Chrome DevTools extension for debugging Lavaca apps.
Lavaca Developer Toolsคืออะไร?
Lavaca Developer Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย georgehendersonmusic และคุณลักษณะหลักของมันคือ "Chrome DevTools extension for debugging Lavaca apps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lavaca Developer Tools
ดาวน์โหลดไฟล์ส่วนขยาย Lavaca Developer Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lavaca DevTools is an extension for debugging Lavaca apps. It allows you to easily: - Visualize your application's view hierarchy and inspect the models associated with the rendered views. - View the data associated with the defined routes for your application. Including the pattern, controller type, controller action, and additional parameters. - Get the current view and model in the selected elements scope, defaulting to the view on the highest layer. Lavaca DevTools also exposes two variables to the console. $view - The current view in the selected elements scope. Defaults to the view on the highest layer. $model - The current view's model in the selected elements scope. Defaults to the model of the view on the highest layer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lavaca Developer Tools |
ID | kbeolfhnclacoappfhlcnlngdonhhmjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lavaca-developer-tools/kbeolfhnclacoappfhlcnlngdonhhmjb |
คำอธิบาย | Chrome DevTools extension for debugging Lavaca apps. |
ขนาดไฟล์ | 10.42 MB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2013-12-04 |
วันที่เผยแพร่ | 2013-12-03 |
ผู้พัฒนา | georgehendersonmusic |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/georgehenderson/lavaca-devtools |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lavaca Developer Tools", "version": "0.0.5", "description": "Chrome DevTools extension for debugging Lavaca apps.", "icons": { "128": "src\/img\/icon-144x144.png" }, "devtools_page": "src\/html\/index.html", "options_page": "src\/html\/panel.html", "background": { "scripts": [ "src\/js\/background.js" ] }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ " |