Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 2.53 KB

File metadata and controls

81 lines (52 loc) · 2.53 KB

PathFind Extension

WXT React Tailwind CSS

The official browser extension for the PathFind bookmark manager. Save any web page to your self-hosted PathFind instance with just one click.

PathFind Extension Mockup


🌐 The PathFind Ecosystem


✨ Features

  • 🚀 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.

🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/dnlnm/pathfind-ext.git
    cd pathfind-ext
  2. Install dependencies:
    npm install

Development

To start the development server with Hot Module Replacement (HMR):

  • Chrome/Edge/Brave: npm run dev
  • Firefox: npm run dev:firefox

Build

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.


🛠 Tech Stack


📄 License

MIT © dnlnm