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 |
| 官方網址 | 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"
} | |