A lightweight Chrome extension that plays a chime and shows a desktop notification when Claude finishes a response, so you can multitask freely without watching the tab. It detects when a response finishes streaming, then plays your selected sound and, if enabled, shows a notification you can click to jump back to the Claude tab.
- Audible chime when Claude finishes generating a response
- Desktop notification that focuses the Claude tab when clicked
- Four built-in sounds (Chime, Bell, Ding, and Soft), all generated with the Web Audio API (no audio files, no network calls)
- Adjustable volume with a live preview button
- Toggle sound and notifications independently
- Fully private. No data is collected, stored externally, or transmitted
The easiest way is to install directly from the Chrome Web Store.
- Clone or download this repository:
git clone https://github.com/rezaska/done-chime-extension.git
- Open
chrome://extensionsin Chrome (or any Chromium-based browser). - Enable Developer mode (top-right toggle).
- Click Load unpacked and select the cloned folder.
- Open claude.ai and the extension activates automatically.
Click the extension icon to open the settings popup and customize sound, volume, and notifications.
This extension does not collect, store, or transmit any user data. All settings live in your browser's local storage, and all sounds are synthesized locally. See the privacy policy for details.
