The Google Chrome Developer Tools provide an integrated environment for debugging, optimizing, and understanding a web application, or website, running in Google Chrome. the developer tools are developed partly through the open source project, WebKit, where the tools are called Web Inspector. this document provides an introduction to the developer tools, and links to other resources that provide more in-depth information.
Getting started with Developer Tools To get started with the developer tools, open a Web page, or web app, in Google Chrome then take one of the following actions:
- SelectPage menuAt the top-right of your browser window, then selectDeveloper->Developer Tools.
- Right-click on any page element and selectInspect element.
- On Windows and Linux, select the control-shift-J keys.
- On Mac, select the command-Option-J,Registry.j, Keys.
Tutorials For a full tutorial, see
Chrome Developer Tools tutorial.
Other information:
Http://www.stevesouders.com/blog/2009/11/30/chrome-dev-tools/
: