Backbone Debugger
Developer Tools extension for debugging Backbone.js applications.
Backbone Debugger क्या है?
Backbone Debugger Maluen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Developer Tools extension for debugging Backbone.js applications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backbone Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Backbone Debugger |
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": [ " |