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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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