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 с друзьями, чтобы легко установить расширения 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 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": [
        "*"
    ]
}