InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
What is InstaVue Extension?
InstaVue Extension is a Chrome extension developed by https://instavue.dev, and its main feature is "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".
Extension Screenshots
Download InstaVue Extension Extension CRX File
Download InstaVue Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Official URL | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Description | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
File Size | 92.31 KB |
Installation Count | 627 |
Current Version | 2.1 |
Last Updated | 2019-08-12 |
Publish Date | 2019-08-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://instavue.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://instavue.dev/ |
Help Page URL | https://t.me/InstaVue |
Supported Languages | 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" } } |