ng-inspect 3.0.0 CRX for Chrome
A Free Developer Tools Extension
Published By ng-inspect-for-angularjs-chrome-extension
ng-inspect (cidepfmbgngpdapgncfhpecbdhmnnemf): Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.... Read More > or Download Now >
ng-inspect for Chrome
Tech Specs
- • Type: Browser Extension
- • Latest Version: 3.0.0
- • Price: Freeware
- • Offline: No
- • Developer: ng-inspect-for-angularjs-chrome-extension
User Reviews
- • Rating Average
- 4.4 out of 5
- • Rating Users
- 88
Download Count
- • Total Downloads
- 113
- • Current Version Downloads
- 11
- • Updated: May 28, 2020
ng-inspect is a free Developer Tools Extension for Chrome. You could download the latest version crx file or old version crx files and install it.
More About ng-inspect
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!