The Google Chrome DevTools is a set of developer tools integrated into Google's Chrome browser. Use this tag for questions related to the usage of Chrome's Developer Tools.
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 application 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)