Atma.js DevTool
Development Tool to develop, inspect and debug Atma.js Components
Atma.js DevTool क्या है?
Atma.js DevTool https://atmajs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Development Tool to develop, inspect and debug Atma.js Components"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Atma.js DevTool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: - Components tree - Highlight components child-elements - Expose `$c` to manipulate with the selected component - Inspect components properties, bindings, slots and resources Quick demo: - Install the extension - Navigate to: http://todomvc.com/labs/architecture-examples/atmajs/ - Open the DevTools and select the Atma.js tab
एक्सटेंशन की मूल जानकारी
नाम | Atma.js DevTool |
ID | bpaepkmcmoablpdahclhdceapndfhdpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo |
विवरण | Development Tool to develop, inspect and debug Atma.js Components |
फ़ाइल का आकार | 201 KB |
स्थापना संख्या | 139 |
वर्तमान संस्करण | 0.2.2 |
अंतिम अपडेट | 2014-09-30 |
प्रकाशन तिथि | 2014-09-29 |
डेवलपर | https://atmajs.com |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/atmajs/atma-chrome-ext/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atma.js DevTool", "version": "0.2.2", "description": "Development Tool to develop, inspect and debug Atma.js Components", "devtools_page": "devtools.html", "manifest_version": 2, "content_security_policy": "default-src 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src *; frame-src *;", "web_accessible_resources": [ "*" ], "background": { "scripts": [ "lib\/background.js" ], "persistent": false }, "permissions": [ "tabs", " |