It includes detailed information about colors, fonts, media queries, and unused declarations. This feature comes in handy when you make CSS modifications to the UI, and you don’t need to use 3rd party tools like color picker anymore.
Enabling this feature will add an extra layer of security to your application and reduce the vulnerabilities such as Cross-Site Scripting (XSS).
Chrome DevTools even shows the additional details on fixing them, just in front of the detected vulnerable code block.
Chrome DevTools provide an experimental font editor tool that can be used to change font settings. You can change the font family, sizes, weight, height spaces using it and see the changes in real-time.
This feature is a lifesaver when it comes to debugging dual-screen devices like surface Duo.
In this article, I discussed 5 powerful yet uncommon Chrome DevTools experimental features. Out of five, how many features did you know earlier? Post your thoughts below.
I hope this might help you to make your developer life easier with Chrome DevTools. Thanks for reading!