Backbone Debugger
Developer Tools extension for debugging Backbone.js applications.
Backbone Debugger là gì?
Backbone Debugger là một tiện ích mở rộng Chrome được phát triển bởi Maluen, và tính năng chính của nó là "Developer Tools extension for debugging Backbone.js applications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Backbone Debugger
Tải xuống các tệp mở rộng Backbone Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a panel under the Chrome Developer Tools that displays in real-time all your application views, models, collections and routers. Data displayed includes: - Views: rendering status, html element, associated model and/or collection, handled page events, events triggered - Models: last sync status, attributes, id, cid, url, associated collection, events triggered, sync actions - Collections: last sync status, models, url, events triggered, sync actions - Routers: events triggered (include routes) Extends the sidebar of the developer tools "Elements" panel to display the Backbone View of the inspected html element. ======================== See the full list of changes and previous releases on https://github.com/Maluen/Backbone-Debugger/releases
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Backbone Debugger |
ID | bhljhndlimiafopmmhjlgfpnnchjjbhd |
URL Chính Thức | https://chromewebstore.google.com/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd |
Mô tả | Developer Tools extension for debugging Backbone.js applications. |
Kích Thước Tệp | 365 KB |
Số Lần Cài Đặt | 4,506 |
Phiên Bản Hiện Tại | 0.4.1 |
Cập Nhật Lần Cuối | 2017-12-14 |
Ngày Phát Hành | 2017-12-14 |
Đánh Giá | 4.53/5 Tổng số 59 Đánh Giá |
Nhà Phát Triển | Maluen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Maluen/Backbone-Debugger |
URL Trang Trợ Giúp | https://github.com/Maluen/Backbone-Debugger/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backbone Debugger", "version": "0.4.1", "description": "Developer Tools extension for debugging Backbone.js applications.", "author": "Manuel Dell'Elce and contributors", "minimum_chrome_version": "22.0", "icons": { "16": "img\/extension16.png", "48": "img\/extension48.png", "128": "img\/extension128.png" }, "manifest_version": 2, "devtools_page": "devtools.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |