Lavaca Developer Tools
Chrome DevTools extension for debugging Lavaca apps.
O que é Lavaca Developer Tools?
Lavaca Developer Tools é uma extensão do Chrome desenvolvida por georgehendersonmusic, e sua principal característica é "Chrome DevTools extension for debugging Lavaca apps.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lavaca Developer Tools
Baixe arquivos de extensão Lavaca Developer Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Lavaca Developer Tools |
ID | kbeolfhnclacoappfhlcnlngdonhhmjb |
URL Oficial | https://chromewebstore.google.com/detail/lavaca-developer-tools/kbeolfhnclacoappfhlcnlngdonhhmjb |
Descrição | Chrome DevTools extension for debugging Lavaca apps. |
Tamanho do Arquivo | 10.42 MB |
Contagem de Instalações | 134 |
Versão Atual | 0.0.5 |
Última Atualização | 2013-12-04 |
Data de Publicação | 2013-12-03 |
Desenvolvedor | georgehendersonmusic |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/georgehenderson/lavaca-devtools |
Idiomas Suportados | 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": [ " |