Atma.js DevTool
Development Tool to develop, inspect and debug Atma.js Components
Cos'è Atma.js DevTool?
Atma.js DevTool è un'estensione di Chrome sviluppata da https://atmajs.com, e la sua funzione principale è "Development Tool to develop, inspect and debug Atma.js Components".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Atma.js DevTool
Scarica i file di estensione Atma.js DevTool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Atma.js DevTool |
ID | bpaepkmcmoablpdahclhdceapndfhdpo |
URL Ufficiale | https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo |
Descrizione | Development Tool to develop, inspect and debug Atma.js Components |
Dimensione del File | 201 KB |
Conteggio Installazioni | 139 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2014-09-30 |
Data di Pubblicazione | 2014-09-29 |
Sviluppatore | https://atmajs.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/atmajs/atma-chrome-ext/issues |
Lingue Supportate | 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", " |