ng-inspect for AngularJS

Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.

ng-inspect for AngularJS란 무엇입니까?

ng-inspect for AngularJS은(는) Vinay Kaparthi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ng-inspect for AngularJS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ng-inspect helps you access properties of the element's scope when an element is selected using the Element Inspector or the Elements tab in the Developer Toolbar in an Angular JS aplication.

This extension will provide access to scope, isolateScope[if the scope is isolated], rootScope, jQuery element and its events[if jQuery is included in the page].
These properties are made available to the Global/Window object via $s for scope, $is for isolateScope, $rs for rootScope, $el for jQuery element and $events for the events associated with the jQuery element. 

Services/Factories/Constants can be tested/verified using $get function.

$count function prints number of Scopes, isolateScopes, listeners and watchers. 

Hope you find this useful!                    

확장 프로그램 기본 정보

이름 ng-inspect for AngularJS ng-inspect for AngularJS
ID cidepfmbgngpdapgncfhpecbdhmnnemf
공식 URL https://chromewebstore.google.com/detail/ng-inspect-for-angularjs/cidepfmbgngpdapgncfhpecbdhmnnemf
설명 Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
파일 크기 585 KB
설치 횟수 10,000
현재 버전 3.0.0
최근 업데이트 2020-05-28
출시 날짜 2020-05-28
평점 4.40/5 총 88 개의 평점
개발자 Vinay Kaparthi
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "author": "Vinay Kaparthi",
    "browser_action": {
        "default_icon": {
            "38": "logo_24.png"
        },
        "default_popup": "popup.html"
    },
    "description": "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.",
    "devtools_page": "main.html",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "48": "logo_48.png"
    },
    "manifest_version": 2,
    "name": "ng-inspect for AngularJS",
    "permissions": [],
    "short_name": "ng-inspect-for-angularjs",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0"
}