Atma.js DevTool
Development Tool to develop, inspect and debug Atma.js Components
Wat is Atma.js DevTool?
Atma.js DevTool is een Chrome-extensie ontwikkeld door https://atmajs.com, en de belangrijkste functie is "Development Tool to develop, inspect and debug Atma.js Components".
Extensie Screenshots
Download het CRX-bestand van de extensie Atma.js DevTool
Download Atma.js DevTool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Atma.js DevTool |
ID | bpaepkmcmoablpdahclhdceapndfhdpo |
Officiële URL | https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo |
Beschrijving | Development Tool to develop, inspect and debug Atma.js Components |
Bestandsgrootte | 201 KB |
Aantal Installaties | 139 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2014-09-30 |
Publicatiedatum | 2014-09-29 |
Ontwikkelaar | https://atmajs.com |
Betalingswijze | free |
Help Pagina-URL | https://github.com/atmajs/atma-chrome-ext/issues |
Ondersteunde Talen | 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", " |