Brick Next Developer Tools
Adds Brick Next debugging tools to the Chrome Developer Tools.
Что такое Brick Next Developer Tools?
Brick Next Developer Tools - это расширение Chrome, разработанное weareoutman, и его основная функция - "Adds Brick Next debugging tools to the Chrome Developer Tools.".
Снимки экрана расширения
Скачать файл CRX расширения Brick Next Developer Tools
Скачайте файлы расширений Brick Next Developer Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Brick Next Developer Tools is a Chrome DevTools extension for Brick Next. Brick Next is a web-frontend framework building on top of web components, developed by UWinTech China (优维科技), also known as EasyOps. This extension allows developers to inspect the framework rendering tree which consists of custom elements, including their customized properties and events. And it also allows developers to monitor specific data processing of the framework. Developers will get a new tab in Chrome DevTools: "Bricks". By default it shows you the custom elements tree, by selecting one of them, you can inspect its customized properties and events. By switching to "Evaluations" or "Transformations", you can monitor the specific data processing, including the input, the result and the context.
Основная информация о расширении
Название | Brick Next Developer Tools |
ID | imfbjbfcldgkdbfgeoppalofbjfihpdp |
Официальный URL | https://chromewebstore.google.com/detail/brick-next-developer-tool/imfbjbfcldgkdbfgeoppalofbjfihpdp |
Описание | Adds Brick Next debugging tools to the Chrome Developer Tools. |
Размер файла | 527 KB |
Количество установок | 248 |
Текущая Версия | 0.6.10 |
Последнее Обновление | 2023-10-10 |
Дата публикации | 2020-06-05 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | weareoutman |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/easyops-cn/brick-next-devtools |
URL страницы помощи | https://github.com/easyops-cn/brick-next-devtools/issues/new |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Brick Next Developer Tools", "description": "Adds Brick Next debugging tools to the Chrome Developer Tools.", "version": "0.6.10", "icons": { "128": "icons\/128-production.png" }, "devtools_page": "build\/devtools.html", "host_permissions": [ " |