Vue Devtool Flash Updates

A handy devtool that enables highlighting re-rendered components!

Cos'è Vue Devtool Flash Updates?

Vue Devtool Flash Updates è un'estensione di Chrome sviluppata da yuichkun, e la sua funzione principale è "A handy devtool that enables highlighting re-rendered components!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vue Devtool Flash Updates

Scarica i file di estensione Vue Devtool Flash Updates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.                    

Informazioni di Base sull'Estensione

Nome Vue Devtool Flash Updates Vue Devtool Flash Updates
ID fhoioahocakkbcghinblimnenhdnhmnj
URL Ufficiale https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj
Descrizione A handy devtool that enables highlighting re-rendered components!
Dimensione del File 22.84 KB
Conteggio Installazioni 186
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2021-09-14
Sviluppatore yuichkun
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yuichkun/vue-devtool-flash-updates
URL della Pagina di Aiuto https://github.com/yuichkun/vue-devtool-flash-updates/issues
Lingue Supportate 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"
    }
}