List of Google Chrome webmaster tools
This tutorial will explain List of Google Chrome webmaster tools
Web inspector
Right-click any component on a webpage and select Inspect Element. A dialog appears that shows you the elements and resources associated with that component. You can see a hierarchy view of the DOM and a JavaScript console.
Task Manager
On Windows, click the Page menu, then select Developer. Select Task Manager. You can also use the keyboard shortcut Shift+Escape. The Task Manager shows you all processes running in Google Chrome and the resources those processors are using (memory, CPU, and network).
JavaScript debugger
On Windows, click the Page menu, then select Developer. Select Debug JavaScript. This is a command-line JavaScript debugger that can be attach to existing processes.
Other shortcuts
Type any of the following shortcuts in the address bar to see more information:
* about:
* about:dns
* about:plugins
* view-source:[URL]
* about:cache


