Vue Devtool Flash Updates
A handy devtool that enables highlighting re-rendered components!
What is Vue Devtool Flash Updates?
Vue Devtool Flash Updates is a Chrome extension developed by yuichkun, and its main feature is "A handy devtool that enables highlighting re-rendered components!".
Extension Screenshots
Download Vue Devtool Flash Updates Extension CRX File
Download Vue Devtool Flash Updates 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
This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.
Extension Basic Information
Name | |
ID | fhoioahocakkbcghinblimnenhdnhmnj |
Official URL | https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj |
Description | A handy devtool that enables highlighting re-rendered components! |
File Size | 22.84 KB |
Installation Count | 186 |
Current Version | 1.0.0 |
Last Updated | 2021-09-14 |
Publish Date | 2021-09-14 |
Developer | yuichkun |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yuichkun/vue-devtool-flash-updates |
Help Page URL | https://github.com/yuichkun/vue-devtool-flash-updates/issues |
Supported Languages | 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" } } |