ng-inspect for Angular(1.x/4+/Ivy)
Helps in debugging Angular(1.x/4+/Ivy) applications. Extends the elements panel in devtools to display component properties.
Что такое ng-inspect for Angular(1.x/4+/Ivy)?
ng-inspect for Angular(1.x/4+/Ivy) - это расширение Chrome, разработанное Vinay Kaparthi, и его основная функция - "Helps in debugging Angular(1.x/4+/Ivy) applications. Extends the elements panel in devtools to display component properties.".
Снимки экрана расширения
Скачать файл CRX расширения ng-inspect for Angular(1.x/4+/Ivy)
Скачайте файлы расширений ng-inspect for Angular(1.x/4+/Ivy) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Helps in debugging Angular(1.x/4+/Ivy) applications
Основная информация о расширении
Название | ng-inspect for Angular(1.x/4+/Ivy) |
ID | onfmmmemcmipkohkkgofiojpiahbpogh |
Официальный URL | https://chromewebstore.google.com/detail/ng-inspect-for-angular1x4/onfmmmemcmipkohkkgofiojpiahbpogh |
Описание | Helps in debugging Angular(1.x/4+/Ivy) applications. Extends the elements panel in devtools to display component properties. |
Размер файла | 63.24 KB |
Количество установок | 3,433 |
Текущая Версия | 0.4.0 |
Последнее Обновление | 2021-07-26 |
Дата публикации | 2020-02-13 |
Рейтинг | 4.94/5 Всего 16 оценок |
Разработчик | Vinay Kaparthi |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Vinay Kaparthi", "browser_action": { "default_icon": "images\/icon64.png", "default_popup": "popup.html" }, "description": "Helps in debugging Angular(1.x\/4+\/Ivy) applications. Extends the elements panel in devtools to display component properties.", "devtools_page": "index.html", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "ng-inspect for Angular(1.x\/4+\/Ivy)", "short_name": "ng-inspect", "version": "0.4.0" } |