AngularJS Console

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

什么是AngularJS Console?

AngularJS Console是由https://console.ng-app.com开发的Chrome扩展程序,该扩展的主要功能是“Extends the Developer Tools, Panel for helping developers with AngularJS helpers.”。

扩展截图

screenshot
screenshot

下载AngularJS Console扩展crx文件

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