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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } } |