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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Angular Inspector

قم بتنزيل ملفات الامتداد Angular Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
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": [
        "*"
    ]
}