Leads Tracker is a simple and efficient Chrome extension that helps users save useful website links for quick access later. It lets you save the currently open browser tab or manually add any URL β perfect for collecting job leads, research sources, or important websites without bookmarking everything.
- β Save the current tab's URL with one click
- π Manually input and save any custom URL
- π View a list of all saved links
- π Click to instantly open saved links in new tabs
- π§Ή Clear all saved links with a single button
- πΎ Data saved in
localStorage
to persist across sessions - π‘ Built using just HTML, CSS, and JavaScript
- Open any webpage you want to save.
- Click the Leads Tracker icon in your Chrome toolbar.
- Click "SAVE TAB" to add the current tabβs URL.
- Or, type a URL into the input field and click "SAVE INPUT".
- Your saved links appear as clickable entries.
- Click "DELETE ALL" to clear the list.
- All data is stored locally in the browser using
localStorage
.