Vue Devtool Flash Updates
A handy devtool that enables highlighting re-rendered components!
什么是Vue Devtool Flash Updates?
Vue Devtool Flash Updates是由yuichkun开发的Chrome扩展程序,该扩展的主要功能是“A handy devtool that enables highlighting re-rendered components!”。
扩展截图
下载Vue Devtool Flash Updates扩展crx文件
下载Vue Devtool Flash Updates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.
扩展基本信息
名称 | |
ID | fhoioahocakkbcghinblimnenhdnhmnj |
官方URL | https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj |
简介 | A handy devtool that enables highlighting re-rendered components! |
文件大小 | 22.84 KB |
安装次数 | 186 |
当前版本 | 1.0.0 |
更新时间 | 2021-09-14 |
上架时间 | 2021-09-14 |
开发者 | yuichkun |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/yuichkun/vue-devtool-flash-updates |
帮助页面URL | https://github.com/yuichkun/vue-devtool-flash-updates/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vue Devtool Flash Updates", "description": "A handy devtool that enables highlighting re-rendered components!", "version": "1.0.0", "manifest_version": 3, "devtools_page": "devtools.html", "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |