The Google Chrome Developer Tools is a set of developer tools included with the Google Chrome browser. It allows users to inspect the internals of webpages without need of third-party extensions.
Chrome's Developer Tools contains the following features:
- live DOM and CSS browser and editor
- resource viewer
- network inspector
- Javascript debugger with breakpoints and console
- page load and execution timeline
- execution time and memory profiler
Chrome's Developer Tools is actually a web app written with Javascript and CSS. It is heavily based on WebKit's Web Inspector and Firefox's Firebug developer extension.
Useful Links:
Official Documentation
Firebug's Command Line API Documentation (mostly supported by the Developer Tools)