Backbone Debugger
Developer Tools extension for debugging Backbone.js applications.
Co to jest Backbone Debugger?
Backbone Debugger to rozszerzenie Chrome opracowane przez Maluen, a jego główną funkcją jest „Developer Tools extension for debugging Backbone.js applications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Backbone Debugger
Pobierz pliki rozszerzeń Backbone Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhljhndlimiafopmmhjlgfpnnchjjbhd |
| Oficjalny URL | https://chromewebstore.google.com/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd |
| Opis | Developer Tools extension for debugging Backbone.js applications. |
| Rozmiar pliku | 365 KB |
| Liczba instalacji | 4,506 |
| Aktualna Wersja | 0.4.1 |
| Ostatnia Aktualizacja | 2017-12-14 |
| Data Publikacji | 2017-12-14 |
| Ocena | 4.53/5 Łącznie 59 Oceny |
| Deweloper | Maluen |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Maluen/Backbone-Debugger |
| Adres URL Strony Pomocy | https://github.com/Maluen/Backbone-Debugger/issues |
| Obsługiwane Języki | 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": [
" | |