Angular Inspector
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements
Angular Inspectorとは何ですか?
Angular Inspectorはoctupulによって開発されたChromeの拡張機能で、その主な機能は「Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements」です。
拡張機能のスクリーンショット
Angular Inspector拡張機能のCRXファイルをダウンロード
Angular Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements. 拡張機能の基本情報
| 名前 | |
| ID | binbopkfgmcbckdejoocgogfjjpkhcho |
| 公式URL | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
| 説明 | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
| ファイルサイズ | 321 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-01-04 |
| 公開日 | 2015-01-04 |
| 評価 | 4.14/5 合計 22 レビュー |
| 開発者 | octupul |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Angular Inspector",
"version": "1.1",
"description": "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements",
"devtools_page": "devtools.html",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "default-src 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src *; frame-src *;",
"web_accessible_resources": [
"*"
]
} | |