InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
Was ist InstaVue Extension?
InstaVue Extension ist eine Chrome-Erweiterung, die von https://instavue.dev entwickelt wurde, und ihr Hauptmerkmal ist "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".
Erweiterungsscreenshots
InstaVue Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie InstaVue Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fast and simple VueJS inspector that helps you to:
- see all components on the page
- inspect any component in just 1 click
- work with production builds
- change properties of the component
- pin or ignore components
- pin properties and filter thru them deeply using powerful patterns
- more awesome things to come!
Not a replacement for powerful and awesome VueJS devtools. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
| Offizielle URL | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
| Beschreibung | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
| Dateigröße | 92.31 KB |
| Installationsanzahl | 627 |
| Aktuelle Version | 2.1 |
| Letztes Update | 2019-08-12 |
| Veröffentlichungsdatum | 2019-08-11 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://instavue.dev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://instavue.dev/ |
| Hilfeseite URL | https://t.me/InstaVue |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "InstaVue Extension",
"version": "2.1",
"author": "FullThrottle Dev",
"description": "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.",
"manifest_version": 2,
"icons": {
"128": "icon-128.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup.html"
}
} | |