InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
Wat is InstaVue Extension?
InstaVue Extension is een Chrome-extensie ontwikkeld door https://instavue.dev, en de belangrijkste functie is "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie InstaVue Extension
Download InstaVue Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Officiële URL | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Beschrijving | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
Bestandsgrootte | 92.31 KB |
Aantal Installaties | 627 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-08-12 |
Publicatiedatum | 2019-08-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://instavue.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://instavue.dev/ |
Help Pagina-URL | https://t.me/InstaVue |
Ondersteunde Talen | 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" } } |