Vue Devtool Flash Updates

A handy devtool that enables highlighting re-rendered components!

Vue Devtool Flash Updatesคืออะไร?

Vue Devtool Flash Updates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuichkun และคุณลักษณะหลักของมันคือ "A handy devtool that enables highlighting re-rendered components!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vue Devtool Flash Updates

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}