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)是由Vinay Kaparthi开发的Chrome扩展程序,该扩展的主要功能是“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)扩展crx文件
下载ng-inspect for Angular(1.x/4+/Ivy)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Helps in debugging Angular(1.x/4+/Ivy) applications 扩展基本信息
| 名称 | |
| 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"
} | |