InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
什么是InstaVue Extension?
InstaVue Extension是由https://instavue.dev开发的Chrome扩展程序,该扩展的主要功能是“InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.”。
扩展截图
下载InstaVue Extension扩展crx文件
下载InstaVue Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
官方URL | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
简介 | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
文件大小 | 92.31 KB |
安装次数 | 627 |
当前版本 | 2.1 |
更新时间 | 2019-08-12 |
上架时间 | 2019-08-11 |
评分 | 5.00/5 共3次评分 |
开发者 | https://instavue.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://instavue.dev/ |
帮助页面URL | https://t.me/InstaVue |
支持的语言 | 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" } } |