AngularJS Inspect Watchers

AngularJS Inspect Watchers 1.0.1 CRX for Chrome

A Free Developer Tools Extension

Published By ryanoglesby08.github.io

AngularJS Inspect Watchers (gdfcinoagafkodbnkjemaajfahnmfkhg): Inspect the scope watchers of an Angular app... Read More > or Download Now >

AngularJS Inspect Watchers for Chrome

Download CRX

Download

34.69 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 1.0.1
  • • Price: Freeware
  • • Offline: No
  • • Developer: ryanoglesby08.github.io

User Reviews

  • 21 Votes, Average: 3.1 out of 5
  • • Rating Average
  • 3.1 out of 5
  • • Rating Users
  • 21

Download Count

  • • Total Downloads
  • 12
  • • Current Version Downloads
  • 12
  • • Updated: July 26, 2015

AngularJS Inspect Watchers 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 AngularJS Inspect Watchers

A Chrome extension that lets the user inspect the number of Angular watchers that exist on any element of an Angular app. ***** 4/20/2015 Update! I just released v1.0.0 of the extension, which moves the extension from a Browser Action to a Page Action (icon appears in the address bar). A Page Action is more appropriate for this extension because the features only makes sense for a few web pages, those with AngularJS running. Usage: Once installed, navigate to your Angular app and click the Page Action in the address bar to activate the extension. Then, hover your mouse over different sections of your Angular application to see the scopes and watchers highlighted in red. Click the Page Action again to deactivate. Motivation: It is a well known fact that as the number of watchers in an Angular app increases, the digest cycle performance decreases. In Angular 1.3, anything over 2,000 watchers will dramatically effect performance. This extension can help you easily monitor the number of watchers you are adding. Troubleshooting I don't see the Page Action! What do I do? --> Ng Inspect Watchers can only be used on AngularJS apps that have debug info enabled. If you navigate to any web page that is either not an AngularJS app, or does not have debug info enabled, you will not be able to use the extension. How do I enable debug info? --> The extension relies on the presence of `.ng-scope` and `.ng-isolate-scope` CSS class names. If you have run `$compileProvider.debugInfoEnabled(false);` on your app, it won't work. To get the classes back, you can run `angular.reloadWithDebugInfo();` in the console and try again. See https://docs.angularjs.org/guide/production#disabling-debug-data for more info.

Download AngularJS Inspect Watchers 1.0.1

More Extensions to Consider (Similar or Related)