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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |