Ember Inspector
Tool for debugging Ember applications.
Ember Inspectorคืออะไร?
Ember Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.emberjs.com และคุณลักษณะหลักของมันคือ "Tool for debugging Ember applications."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ember Inspector
ดาวน์โหลดไฟล์ส่วนขยาย Ember Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Ember Inspector is a plug-in for the Chrome developer tools that makes understanding and debugging your Ember.js application a snap. After installing this extension, you'll be able to easily: - View all of the routes defined in your application. - Reference Ember's naming conventions for your URLs, including what to name your controllers, templates, routes and more. - Overlay your application with information about what templates, controllers, and models are currently being rendered. - Inspect the objects in your application, such as models and controllers, with UI that fully supports Ember features such as bindings and computed properties. - Make your application's objects available in the console as the $E variable. - If you're using Ember Data, see all of the records that have been loaded. The Ember Inspector is an open source project maintained by the Ember.js community. The source code is available for download at https://github.com/emberjs/ember-inspector.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ember Inspector |
ID | bmdblncegkenkacieihfhpjfppoconhi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi |
คำอธิบาย | Tool for debugging Ember applications. |
ขนาดไฟล์ | 3.49 MB |
จำนวนการติดตั้ง | 39,052 |
เวอร์ชันปัจจุบัน | 4.11.0 |
อัปเดตครั้งล่าสุด | 2024-02-08 |
วันที่เผยแพร่ | 2020-05-15 |
คะแนน | 4.79/5 รวมทั้งหมด 345 คะแนน |
ผู้พัฒนา | https://www.emberjs.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.emberjs.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ember Inspector", "description": "Tool for debugging Ember applications.", "version": "4.11.0", "icons": { "16": "panes-3-16-0\/assets\/images\/icon16.png", "38": "panes-3-16-0\/assets\/images\/icon38.png", "48": "panes-3-16-0\/assets\/images\/icon48.png", "128": "panes-3-16-0\/assets\/images\/icon128.png" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ " |