Vue Devtool Flash Updates

A handy devtool that enables highlighting re-rendered components!

Vue Devtool Flash Updates là gì?

Vue Devtool Flash Updates là một tiện ích mở rộng Chrome được phát triển bởi yuichkun, và tính năng chính của nó là "A handy devtool that enables highlighting re-rendered components!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vue Devtool Flash Updates

Tải xuống các tệp mở rộng Vue Devtool Flash Updates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vue Devtool Flash Updates Vue Devtool Flash Updates
ID fhoioahocakkbcghinblimnenhdnhmnj
URL Chính Thức https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj
Mô tả A handy devtool that enables highlighting re-rendered components!
Kích Thước Tệp 22.84 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-09-14
Ngày Phát Hành 2021-09-14
Nhà Phát Triển yuichkun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yuichkun/vue-devtool-flash-updates
URL Trang Trợ Giúp https://github.com/yuichkun/vue-devtool-flash-updates/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}