InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
Apa itu InstaVue Extension?
InstaVue Extension adalah ekstensi Chrome yang dikembangkan oleh https://instavue.dev, dan fitur utamanya adalah "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi InstaVue Extension
Unduh file ekstensi InstaVue Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
URL Resmi | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Deskripsi | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
Ukuran File | 92.31 KB |
Jumlah Instalasi | 627 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2019-08-12 |
Tanggal Publikasi | 2019-08-11 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://instavue.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://instavue.dev/ |
URL Halaman Bantuan | https://t.me/InstaVue |
Bahasa yang Didukung | 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" } } |