Atma.js DevTool
Development Tool to develop, inspect and debug Atma.js Components
Qu'est-ce que Atma.js DevTool ?
Atma.js DevTool est une extension Chrome développée par https://atmajs.com, et sa fonction principale est "Development Tool to develop, inspect and debug Atma.js Components".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Atma.js DevTool
Téléchargez les fichiers d'extension Atma.js DevTool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Atma.js DevTool |
ID | bpaepkmcmoablpdahclhdceapndfhdpo |
URL Officiel | https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo |
Description | Development Tool to develop, inspect and debug Atma.js Components |
Taille du Fichier | 201 KB |
Nombre d'Installations | 139 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2014-09-30 |
Date de Publication | 2014-09-29 |
Développeur | https://atmajs.com |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/atmajs/atma-chrome-ext/issues |
Langues Prises en Charge | 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", " |