Google Chrome Developer Tools icon
Google Chrome Developer Tools icon

Google Chrome Developer Tools

 154 likes

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 WebKit open source project, where the tools are called...

Google Chrome Developer Tools screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • Google Chrome
4 / 5 Avg rating (1)
154 likes
2comments
0 news articles

Features

Suggest and vote on features
  1.  Web page Debugging
  2.  HTTPS Support
  3.  Support for Javascript
  4.  Web inspector

Google Chrome Developer Tools News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Google Chrome Developer Tools information

  • Developed by

    Google
  • Licensing

    Open Source and Free product.
  • Alternatives

    17 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 2 comments and reviews about Google Chrome Developer Tools, and it has gotten 154 likes

Google Chrome Developer Tools was added to AlternativeTo by mer30hamid on Dec 3, 2011 and this page was last updated Mar 25, 2020. Google Chrome Developer Tools is sometimes referred to as Chrome DevTools, Google Developers, Chrome Developer Tools, DevTools.

Comments and Reviews

   
 Post comment/review
Thelle Christensen
  
Top positive commentAug 16, 2012

The developer tool built into Chrome is great resource both for understanding HTML and CSS and in web development generally. For me it made web development much more accessible and easier to understand.

0
ReallyFantastic
CommentFeb 28, 2012

I feel like it would be an exaggeration to consider this as a separate app from Google Chrome itself. One of my favorite parts of Chrome is that it has developer tools built-in.

0

What is Google Chrome Developer Tools?

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 WebKit open source project, where the tools are called Web Inspector.

Here are some of the things you can do with the Chrome Developer Tools: Live edit DOM and CSS to master your web page looks. Debug JavaScript using graphical debugger with advanced breakpoints support. Analyze the execution time of all your functions to improve the speed of your app. Trace reflows and repaints as your app loads. Explore what is stored within HTML5 local storage databases.