Chrome Bookmarks Connector
The bookmarks_chrome connector indexes bookmarks from Google Chrome.
Quick Start
connectors: bookmarks_chrome: enabled: trueChrome bookmarks are auto-detected from the default profile location.
Configuration Options
connectors: bookmarks_chrome: enabled: true
# Custom bookmark file path (optional) bookmark_path: ~/Library/Application Support/Google/Chrome/Default/BookmarksOptions Reference
| Option | Type | Default | Description |
|---|---|---|---|
enabled | bool | false | Enable connector |
bookmark_path | string | Auto-detected | Path to Chrome Bookmarks file |
Auto-Detection
Default bookmark locations:
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Google/Chrome/Default/Bookmarks |
| Linux | ~/.config/google-chrome/Default/Bookmarks |
| Windows | %LOCALAPPDATA%/Google/Chrome/User Data/Default/Bookmarks |
Also checks for Profile 1 and Chromium locations.
What Gets Indexed
For each bookmark:
| Field | Value |
|---|---|
source | bookmarks_chrome |
source_id | Chrome bookmark ID |
entity_type | bookmark |
title | Bookmark title |
uri | Bookmark URL |
tags | ["bookmark", "chrome"] |
metadata | {"folder": "folder/path"} |
Bookmark Content
Each bookmark creates a chunk containing:
{title}{url}Search Examples
# Find bookmarks by titlehoard search "wiki" --source bookmarks_chrome
# Find bookmarks containing URLhoard search "github.com"Multiple Profiles
For Chrome profiles other than Default:
bookmarks_chrome: enabled: true bookmark_path: ~/Library/Application Support/Google/Chrome/Profile 1/BookmarksSync Behavior
- Bookmarks sync on each
hoard sync - Deleted bookmarks are tombstoned
- URL changes create new entities
Limitations
- Title and URL only — No page content
- Local profile — Chrome sync not accessed directly
- Single profile — Configure multiple instances for multiple profiles
Troubleshooting
Bookmarks Not Found
- Check Chrome is installed
- Verify bookmark file exists at default location
- Try specifying
bookmark_pathexplicitly
Missing Bookmarks
- Check bookmark exists in Chrome
- Run
hoard connectors status
See Also
- Firefox Bookmarks — Firefox support
- Search — Search bookmarks