Leads Tracker is a Chrome Extension that lets users save URLs they want to revisit later — type in a link, save it, and pull up the saved list whenever needed. Built with vanilla JavaScript, HTML, and CSS, bundled with Vite.
Chrome Extensions run in their own sandboxed environment with a manifest-driven permission system that's unlike building a regular web page — this was a first hands-on look at that structure.
Built out the manifest configuration, the save/list interface, and local storage handling for persisting saved URLs between browser sessions, landing on a simple, single-purpose save-and-revisit flow.
Real in-browser screenshots of the extension are coming soon — the live demo link above shows the interface in the meantime.