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 |
| 官方網址 | 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": [
" | |