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!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Vue Devtool Flash Updates Vue Devtool Flash Updates
ID fhoioahocakkbcghinblimnenhdnhmnj
官方網址 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"
    }
}