InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
Cos'è InstaVue Extension?
InstaVue Extension è un'estensione di Chrome sviluppata da https://instavue.dev, e la sua funzione principale è "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InstaVue Extension
Scarica i file di estensione InstaVue Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
URL Ufficiale | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Descrizione | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
Dimensione del File | 92.31 KB |
Conteggio Installazioni | 627 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2019-08-12 |
Data di Pubblicazione | 2019-08-11 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://instavue.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://instavue.dev/ |
URL della Pagina di Aiuto | https://t.me/InstaVue |
Lingue Supportate | 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" } } |