Form History Chrome extension
#project, #webdev, #extension
January 16th 2026

Form History Chrome extension

Form History is a Chrome extension I build recently to solve a problem I had at work. At work every now and then I was working on a website where I had to go through a form with a whole bunch of steps and loads of data to fill in before I could get to the end result which I needed to test. This extension allows you to refill forms with earlier submissions so you can go through the same form a lot faster.

This was not my first attempt at creating a Chrome extension but it was my first successfull attempt. I had to do a bunch of research and sparring with AI before I got it working. But I'm very satisfied with the end result.

The project is build using Vite and Vue. Vite was used to make the project extendable and to allow me to pack the code into the extension. And Vue was used for the popup to allow me to easily create the popup window and to allow me to easily visualize the data that the extension is handling.

The project is currently in a early stage but I'm planning on continuing developement on this extension and hopefully release it to the Chrome store in the future. But for now if you want to try out the project you can find the repository here including a startup guide to compile the code for yourself.

© 2026 justinleemans.nl