Vue Devtool Flash Updates
A handy devtool that enables highlighting re-rendered components!
Vad är Vue Devtool Flash Updates?
Vue Devtool Flash Updates är en Chrome-tillägg utvecklad av yuichkun, och dess huvudfunktion är "A handy devtool that enables highlighting re-rendered components!".
Tilläggsskärmbilder
Ladda ner Vue Devtool Flash Updates-förlängningens CRX-fil
Ladda ner Vue Devtool Flash Updates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.
Grundläggande Information om Tillägg
Namn | |
ID | fhoioahocakkbcghinblimnenhdnhmnj |
Officiell webbadress | https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj |
Beskrivning | A handy devtool that enables highlighting re-rendered components! |
Filstorlek | 22.84 KB |
Antal Installationer | 186 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-09-14 |
Publiceringsdatum | 2021-09-14 |
Utvecklare | yuichkun |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/yuichkun/vue-devtool-flash-updates |
Hjälpsida URL | https://github.com/yuichkun/vue-devtool-flash-updates/issues |
Stödda Språk | 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" } } |