ng-inspector for AngularJS
Inspector pane for AngularJS apps
Что такое ng-inspector for AngularJS?
ng-inspector for AngularJS - это расширение Chrome, разработанное http://ng-inspector.org, и его основная функция - "Inspector pane for AngularJS apps".
Снимки экрана расширения
Скачать файл CRX расширения ng-inspector for AngularJS
Скачайте файлы расширений ng-inspector for AngularJS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ng-inspector is a browser extension that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time, as well as which controllers or directives are associated with which scope. Hovering over a scope in the inspector will highlight the DOM element that scope is attached to. Clicking on a model will console.log that model's contents. The extension adds a button next to the address bar with the Angular logo that toggles the pane on and off. Please submit bug reports and suggestions at the GitHub repo: https://github.com/rev087/ng-inspector/issues/
Основная информация о расширении
Название | |
ID | aadgmnobpdmgmigaicncghmmoeflnamj |
Официальный URL | https://chrome.google.com/webstore/detail/ng-inspector-for-angularj/aadgmnobpdmgmigaicncghmmoeflnamj |
Описание | Inspector pane for AngularJS apps |
Размер файла | 107 KB |
Количество установок | 40,000 |
Текущая Версия | 0.5.10 |
Последнее Обновление | 2015-04-16 |
Дата публикации | 2015-04-16 |
Рейтинг | 3.70/5 Всего 290 оценок |
Разработчик | http://ng-inspector.org |
Тип оплаты | free |
Официальный сайт расширения | http://ng-inspector.org |
URL страницы помощи | https://github.com/rev087/ng-inspector/issues/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ng-inspector for AngularJS", "description": "Inspector pane for AngularJS apps", "version": "0.5.10", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", " |