I Made Another Chrome Extension
By WittCode
I created another Chrome Extension to speed up the development process. This one is called ConsoleLog. It creates popups out of any console.log, console.info, console.warn, etc. calls.
Table of Contents 📖
ConsoleLog
I recently created another Chrome Extension to improve the developer experience. Personally, I don't like having the chrome developer tools open as I like to have my application take up the entire screen. To fix this, I create a chrome extension that creates popups out of any console.log, console.info, console.warn, etc. calls. You can download it at the link below.
https://chromewebstore.google.com/detail/consolelog/bpkeepmeajdffneiimcknfnjodekcgnh
Features
Below are a list of the features provided by ConsoleLog, with more expected in the future.
- Create popups out of any console.log, console.info, console.warn, etc. calls. Popups are color coded based off of the severity of the message.
- Each popup contains the stack trace of the message. Clicking on it opens up the file with the line highlighted.
- Alter the opacity of the popups and how long they are displayed for using sliders.
- Enable/disable the extension with a toggle switch.
- Toggle the severity of the messages using chips.
- Easily view objects and arrays with drop down viewing.