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
公式URL 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
Eメール [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"
    }
}