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 là gì?
Angular Inspector là một tiện ích mở rộng Chrome được phát triển bởi octupul, và tính năng chính của nó là "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Angular Inspector
Tải xuống các tệp mở rộng Angular Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | binbopkfgmcbckdejoocgogfjjpkhcho |
URL Chính Thức | https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho |
Mô tả | Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements |
Kích Thước Tệp | 321 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-01-04 |
Ngày Phát Hành | 2015-01-04 |
Đánh Giá | 4.14/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | octupul |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*" ] } |