star-for-claude

Star for Claude

A tiny Chrome extension that lets you star individual messages inside a Claude.ai conversation and jump back to them from a floating side panel — like a personal table of contents for your chats.

icon

Why

Long Claude conversations are great until you need to find that one important reply from 50 messages ago. Browser search works for keywords you remember, but not for “the part where Claude actually nailed it.”

Star the messages that matter, click them in the side panel, jump back.

Features

Install

From source (today)

  1. Clone or download this repo
  2. chrome://extensions → enable Developer mode (top right)
  3. Load unpacked → select the star-for-claude folder
  4. Open any conversation on claude.ai

Chrome Web Store

Coming soon.

Storage modes

Open the side panel’s ⚙ settings to choose:

Switching modes copies your stars from the current backend into the other one (non-destructive).

Privacy

Stars are stored only as: conversation ID, message index, ~120-char text snippet, role, timestamp. Nothing is sent to any external server. Full policy: PRIVACY.md.

How it works

A content script injected into https://claude.ai/*:

If Claude.ai changes its DOM and the star stops appearing, the candidate selectors are at the top of content.js.

License

MIT