Lavaca Developer Tools
Chrome DevTools extension for debugging Lavaca apps.
Hvad er Lavaca Developer Tools?
Lavaca Developer Tools er en Chrome-udvidelse udviklet af georgehendersonmusic, og dens hovedfunktion er "Chrome DevTools extension for debugging Lavaca apps.".
Udvidelsesskærmbilleder
Download Lavaca Developer Tools-udvidelses-CRX-fil
Download Lavaca Developer Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kbeolfhnclacoappfhlcnlngdonhhmjb |
| Officiel URL | https://chromewebstore.google.com/detail/lavaca-developer-tools/kbeolfhnclacoappfhlcnlngdonhhmjb |
| Beskrivelse | Chrome DevTools extension for debugging Lavaca apps. |
| Filstørrelse | 10.42 MB |
| Antal Installationer | 134 |
| Nuværende Version | 0.0.5 |
| Senest Opdateret | 2013-12-04 |
| Udgivelsesdato | 2013-12-03 |
| Udvikler | georgehendersonmusic |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/georgehenderson/lavaca-devtools |
| Understøttede Sprog | 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": [
" | |