The doc http://code.google.com/chrome/devtools/docs/elements.html says it supports XPath or CSS selectors, but when I tried, didn\'t seem to work for me.
Any one knows
You can use $x in the Chrome javascript console. No extensions needed.
$x
ex: $x("//img")
$x("//img")