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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vue Devtool Flash Updates
قم بتنزيل ملفات الامتداد Vue Devtool Flash Updates بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" } } |