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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย octupul และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Angular Inspector
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ "*" ] } |