AngularJS Console

Extends the Developer Tools, Panel for helping developers with AngularJS helpers.

Что такое AngularJS Console?

AngularJS Console - это расширение Chrome, разработанное https://console.ng-app.com, и его основная функция - "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AngularJS Console

Скачайте файлы расширений AngularJS Console в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        AngularJS Console is a dedicated console extension for chrome dev tools which allows developers to write AngularJS code without the trouble of going through modules. It allows you to quickly debug and test code that interacts with angular modules.

Features:
Add injectables - Quickly inject to debug your code.
Save your work - For quick debugging on different pages.
Extends DevTools for Google Chrome - Made for developers, by developers.

**NEW IN v0.2**
- Modified bootstrapping of Angular to radio buttons
- Improved performance                    

Основная информация о расширении

Название AngularJS Console AngularJS Console
ID mkehgjplmdhnbochbdmdlghjpdhlamnd
Официальный URL https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd
Описание Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Размер файла 263 KB
Количество установок 2,170
Текущая Версия 0.2
Последнее Обновление 2014-03-26
Дата публикации 2014-03-25
Рейтинг 4.33/5 Всего 6 оценок
Разработчик https://console.ng-app.com
Тип оплаты free
Официальный сайт расширения http://console.ng-app.com/
URL страницы помощи http://console.ng-app.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AngularJS Console",
    "short_name": "ngConsole",
    "version": "0.2",
    "description": "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.",
    "devtools_page": "ng-console.html",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 2,
    "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": [
        "*"
    ]
}