Vue Devtool Flash Updates
A handy devtool that enables highlighting re-rendered components!
Wat is Vue Devtool Flash Updates?
Vue Devtool Flash Updates is een Chrome-extensie ontwikkeld door yuichkun, en de belangrijkste functie is "A handy devtool that enables highlighting re-rendered components!".
Extensie Screenshots
Download het CRX-bestand van de extensie Vue Devtool Flash Updates
Download Vue Devtool Flash Updates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.
Basisinformatie over de Extensie
Naam | |
ID | fhoioahocakkbcghinblimnenhdnhmnj |
Officiële URL | https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj |
Beschrijving | A handy devtool that enables highlighting re-rendered components! |
Bestandsgrootte | 22.84 KB |
Aantal Installaties | 186 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-09-14 |
Publicatiedatum | 2021-09-14 |
Ontwikkelaar | yuichkun |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/yuichkun/vue-devtool-flash-updates |
Help Pagina-URL | https://github.com/yuichkun/vue-devtool-flash-updates/issues |
Ondersteunde Talen | 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" } } |