Backbone Debugger
Developer Tools extension for debugging Backbone.js applications.
Apa itu Backbone Debugger?
Backbone Debugger adalah ekstensi Chrome yang dikembangkan oleh Maluen, dan fitur utamanya adalah "Developer Tools extension for debugging Backbone.js applications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Backbone Debugger
Unduh file ekstensi Backbone Debugger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Backbone Debugger |
ID | bhljhndlimiafopmmhjlgfpnnchjjbhd |
URL Resmi | https://chromewebstore.google.com/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd |
Deskripsi | Developer Tools extension for debugging Backbone.js applications. |
Ukuran File | 365 KB |
Jumlah Instalasi | 4,506 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2017-12-14 |
Tanggal Publikasi | 2017-12-14 |
Penilaian | 4.53/5 Total 59 Penilaian |
Pengembang | Maluen |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Maluen/Backbone-Debugger |
URL Halaman Bantuan | https://github.com/Maluen/Backbone-Debugger/issues |
Bahasa yang Didukung | 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": [ " |