Chrome DevTools Extension: console2
console2 is a Chrome DevTools extension developed by ttshangxiang. It falls under the category of Browsers and is classified as an Add-ons & Tools subcategory.
console2 enhances the functionality of the Chrome DevTools console by allowing users to console log information to separate spaces. It provides a simple and convenient way to log messages, objects, and arrays in a more organized manner.
To use console2, developers can simply call the function 'console2' in their code. They can log simple messages like 'hah' or log more complex objects with nested properties. The extension also supports JSON view for better readability and provides the option to expand or collapse objects based on the desired level of detail.
In addition, console2 allows developers to update logged information by providing the same id and specifying the type as 'update'.
Overall, console2 is a useful extension for developers using Chrome DevTools, providing enhanced logging capabilities and improving the debugging experience.