Hoarder's Pipette is a browser extension that injects your bookmarks from your Karakeep(formerly Hoarder) into your search results. This helps you avoid missing relevant information that you might have already saved in your bookmarks.
Hoarder's Pipette integrates directly with Karakeep by using its API.
Starting from version 1.4.0, Hoarder's Pipette supports Firefox. While it's not yet available on the official Firefox Add-ons store, it is planned for future release.
If you want to try it out on Firefox, you can download the .xpi
file from the latest release page on GitHub and install it manually.
- Ecosia
- Startpage (can be enabled in settings)
- Searxng (can be enabled in settings)
- Brave (can be enabled in settings)
- DuckDuckGo (can be enabled in settings)
I plan to add support for more search engines in the future. If you'd like to see support for a specific search engine, please open an issue on this repository.
Please visit the document site
- Node.js
- pnpm
- librsvg (for converting logo to png)
- imagick (for processing logo)
In the project directory, you can run the following scripts:
Development Mode: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.
pnpm dev
Production Preview: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.
pnpm start
Build for Production: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.
pnpm build
- Inspired by https://github.com/fivefold/linkding-injector
- Based on the Extension.js framework