← All projects Frontend Engineering

Leads
Tracker

View live demo ↗
Leads Tracker — Chrome Extension for saving URLs to revisit later

About the Project

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.

The Problem

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.

The Approach

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.

Project Screenshots

Real in-browser screenshots of the extension are coming soon — the live demo link above shows the interface in the meantime.

← Previous project Next project →