The official browser extension for the PathFind bookmark manager. Save any web page to your self-hosted PathFind instance with just one click.
- PathFind Web: The core self-hosted server and dashboard.
- PathFind Extension: Browser extension for Chrome, Edge, and Firefox.
- PathFind iOS: Native SwiftUI mobile app for iPhone.
- PathFind Android: Native Kotlin & Compose mobile app.
- 🚀 Quick Save: Clip the current tab instantly via the extension popup.
- 🖱️ Context Menu: Right-click on any link or image to save it directly to a specific collection.
- ✅ Status Indicator: Visual icon badge indicates if the current URL is already saved in your PathFind instance.
- 📁 Smart Organization: Choose collections and add tags directly from the popup.
- 🔒 Secure: Connects via personal API tokens generated from your PathFind Settings.
- Clone the repository:
git clone https://github.com/dnlnm/pathfind-ext.git cd pathfind-ext - Install dependencies:
npm install
To start the development server with Hot Module Replacement (HMR):
- Chrome/Edge/Brave:
npm run dev - Firefox:
npm run dev:firefox
To build the extension for production:
- Chrome:
npm run build - Firefox:
npm run build:firefox
The packaged files will be available in the .output directory.
- Framework: WXT
- UI Library: React 19
- Styling: Tailwind CSS 4
- Components: Radix UI
MIT © dnlnm
