Compare Chrome extensions: ViewState Detector vs jQuery Debugger

Stats ViewState Detector ViewState Detector jQuery Debugger jQuery Debugger
User count 53 30,000+
Average rating 1.00 3.63
Rating count 1 112
Last updated 2012-11-19 2013-05-12
Size 92.14K 90.64K
Version 1.1.1 0.1.3.2
Short description
A viewstate detector, shows a badge when viewstate is detected. Chrome Developer Tools extension for jQuery development
Full summary

It's simply a viewstate detector, and when found it adds a badge to the upper right corner.

(Viewstates are produced by sites running on MS WebForms, such as Sharepoint, Episerver etc)

You can find the source at https://github.com/peppelorum/ViewStateDetector

If you find a bug, please contact me on twitter, https://twitter.com/peppelorum

Release notes:

1.1.1 A quick fix for sites with a bad CSS reset.

New Selector Inspector panel Comfortably inspect your jQuery selectors, and watch their matching elements displayed on any website. Designed to help you understand easily even the most complex selectors.

Two new sidebars on the Elements panel jQuery Data sidebar - shows the jQuery and HTML5 data of the selected element. jQuery Events sidebar - shows the event handlers of the selected element, including events that are live or delegated on other elements which have an affect on the selected element.