Lavaca Developer Tools
Chrome DevTools extension for debugging Lavaca apps.
¿Qué es Lavaca Developer Tools?
Lavaca Developer Tools es una extensión de Chrome desarrollada por georgehendersonmusic, y su función principal es "Chrome DevTools extension for debugging Lavaca apps.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lavaca Developer Tools
Descarga archivos de extensión Lavaca Developer Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Lavaca DevTools is an extension for debugging Lavaca apps. It allows you to easily: - Visualize your application's view hierarchy and inspect the models associated with the rendered views. - View the data associated with the defined routes for your application. Including the pattern, controller type, controller action, and additional parameters. - Get the current view and model in the selected elements scope, defaulting to the view on the highest layer. Lavaca DevTools also exposes two variables to the console. $view - The current view in the selected elements scope. Defaults to the view on the highest layer. $model - The current view's model in the selected elements scope. Defaults to the model of the view on the highest layer.
Información Básica de la Extensión
Nombre | Lavaca Developer Tools |
ID | kbeolfhnclacoappfhlcnlngdonhhmjb |
URL Oficial | https://chromewebstore.google.com/detail/lavaca-developer-tools/kbeolfhnclacoappfhlcnlngdonhhmjb |
Descripción | Chrome DevTools extension for debugging Lavaca apps. |
Tamaño del Archivo | 10.42 MB |
Cantidad de Instalaciones | 134 |
Versión Actual | 0.0.5 |
Última Actualización | 2013-12-04 |
Fecha de Publicación | 2013-12-03 |
Desarrollador | georgehendersonmusic |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/georgehenderson/lavaca-devtools |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lavaca Developer Tools", "version": "0.0.5", "description": "Chrome DevTools extension for debugging Lavaca apps.", "icons": { "128": "src\/img\/icon-144x144.png" }, "devtools_page": "src\/html\/index.html", "options_page": "src\/html\/panel.html", "background": { "scripts": [ "src\/js\/background.js" ] }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ " |