| Chrome Bookmarks | LinkHub |
|---|---|
| Hard to find saved links | Full-text search (title, URL, tags, memo) |
| Folder-only organization | Flexible tag-based system |
| Basic UI | Clean, card-based layout |
| No quick sharing | One-click copy to clipboard |
- One-click save — Save current tab instantly
- Tag-based organization — Categorize links with multiple tags
- Full-text search — Find links by title, URL, tag, or memo
- Copy to clipboard — Share links quickly
- Tag management — Delete unused tags easily
- Clean UI — Modern, editorial-inspired design
Coming soon...
- Download or clone this repository
- Install dependencies and build:
pnpm install && pnpm build - Open Chrome →
chrome://extensions/ - Enable Developer mode (top right)
- Click Load unpacked → Select the
distfolder
- Save a link: Click the extension icon → Click Save
- Add tags: Type tags and press Enter
- Search: Type in the search box to filter links
- Filter by tag: Click a tag to filter
- Copy URL: Hover a link → Click copy icon
- Delete tag: Click a tag → Click X
pnpm install # Install dependencies
pnpm dev # Development with hot reload
pnpm build # Production build
pnpm test # Run tests
pnpm lint # Lint code- React 18 + TypeScript
- Vite
- Tailwind CSS
- Chrome Extension Manifest V3
LinkHub does NOT collect any data.
All your links, tags, and preferences are stored locally on your device using Chrome's Storage API. Nothing is ever sent to external servers.
| Permission | Why |
|---|---|
storage |
Store your links and tags locally |
tabs |
Read current tab info when saving |
activeTab |
Access active tab URL and title |
Last updated: January 2025
LinkHub does NOT collect, transmit, or share any personal data. All data is stored locally on your device.
LinkHub does not use any third-party analytics, tracking, or data collection services.
Questions? Open an issue
MIT © 2025

