Get "PHP 8 in a Nuthshell" (Now with PHP 8.4)
Amit Merchant

Amit Merchant

A blog on PHP, JavaScript, and more

Introducing ConsolePad — The missing Notepad in Chrome DevTools

I’m excited to introduce ConsolePad — a Chrome DevTools extension that brings a Notepad-like experience to the Console panel. It’s a simple tool that allows you to take notes, write code snippets, and save them right in the DevTools for easier access.

Essentially, I would always find myself opening a new tab or a text editor to write down some notes or code snippets while debugging or working on a project. But with ConsolePad, I can now do that directly in the DevTools without switching between tabs or windows. It’s like your own little scratchpad sitting silently out of your way until you need it!

ConsolePad

Once installed, the extension adds a new tab called ConsolePad in the DevTools. You can start typing your notes or code snippets in the Pad and it will be saved in real-time as you type. The notes are saved in the browser’s localStorage, so you can access them anytime you open the DevTools on any page.

It’s also open-source.

Try ConsolePad.

Like this article?

Buy me a coffee

👋 Hi there! I'm Amit. I write articles about all things web development. You can become a sponsor on my blog to help me continue my writing journey and get your brand in front of thousands of eyes.

Comments?