Backbone Debugger
Developer Tools extension for debugging Backbone.js applications.
什么是Backbone Debugger?
Backbone Debugger是由Maluen开发的Chrome扩展程序,该扩展的主要功能是“Developer Tools extension for debugging Backbone.js applications.”。
扩展截图
下载Backbone Debugger扩展crx文件
下载Backbone Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | bhljhndlimiafopmmhjlgfpnnchjjbhd |
| 官方URL | https://chromewebstore.google.com/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd |
| 简介 | Developer Tools extension for debugging Backbone.js applications. |
| 文件大小 | 365 KB |
| 安装次数 | 4,506 |
| 当前版本 | 0.4.1 |
| 更新时间 | 2017-12-14 |
| 上架时间 | 2017-12-14 |
| 评分 | 4.53/5 共59次评分 |
| 开发者 | Maluen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Maluen/Backbone-Debugger |
| 帮助页面URL | https://github.com/Maluen/Backbone-Debugger/issues |
| 支持的语言 | 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": [
" | |