← home
linkshelf
A Chrome extension that replaces your new tab with a personal library. Save, tag, and rediscover web resources with fuzzy search.
what it is
Every time you open a new tab you see your saved links instead of a blank page. A popup lets you save the current page in one click. Tags and fuzzy search make it fast to find anything later.
stack
React 18 + TypeScript + Vite. Tailwind CSS v4 for styling. Zustand for state synced to chrome.storage.local. Fuse.js for fuzzy search. Built as a Manifest v3 extension.
how to install
- Clone the repo and run
pnpm build - Open
chrome://extensions - Enable Developer mode
- Load unpacked → select the
dist/folder