Form Cache

project image

This is a Chrome extension that I built to solve a problem I was having while applying for jobs online.

I was filling out long application forms multiple times a day, and would often accidentally reload the page or navigate away from it, losing all of my progress. This extension solves that problem by saving form data to local storage when the user types in an input. The form data is then automatically restored when the user returns to the page, by remembering the layout of the page based on its URL, and returning the data. This personal project was a great way to learn more about Chrome APIs and event listeners.

JavascriptCSS3HTML5Chrome APIs