Atma.js DevTool
Development Tool to develop, inspect and debug Atma.js Components
Atma.js DevToolคืออะไร?
Atma.js DevTool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://atmajs.com และคุณลักษณะหลักของมันคือ "Development Tool to develop, inspect and debug Atma.js Components"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Atma.js DevTool
ดาวน์โหลดไฟล์ส่วนขยาย Atma.js DevTool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Components tree - Highlight components child-elements - Expose `$c` to manipulate with the selected component - Inspect components properties, bindings, slots and resources Quick demo: - Install the extension - Navigate to: http://todomvc.com/labs/architecture-examples/atmajs/ - Open the DevTools and select the Atma.js tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Atma.js DevTool |
ID | bpaepkmcmoablpdahclhdceapndfhdpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo |
คำอธิบาย | Development Tool to develop, inspect and debug Atma.js Components |
ขนาดไฟล์ | 201 KB |
จำนวนการติดตั้ง | 139 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2014-09-30 |
วันที่เผยแพร่ | 2014-09-29 |
ผู้พัฒนา | https://atmajs.com |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/atmajs/atma-chrome-ext/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atma.js DevTool", "version": "0.2.2", "description": "Development Tool to develop, inspect and debug Atma.js Components", "devtools_page": "devtools.html", "manifest_version": 2, "content_security_policy": "default-src 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src *; frame-src *;", "web_accessible_resources": [ "*" ], "background": { "scripts": [ "lib\/background.js" ], "persistent": false }, "permissions": [ "tabs", " |