Now live on the Chrome Web Store: Install claude-nexus
Supercharge your claude.ai experience with folder organization, timeline navigation, prompt library, and more.
Chrome Web Store · Website · English · 中文
Keep your conversations sorted. Drag and drop your chats into folders that make sense to you. Stop digging through a cluttered history list.
- Drag & drop: Move conversations into folders effortlessly
- Easy management: Rename, delete, and reorganize at any time
- Persistent storage: Your folder structure is saved locally across sessions
Never get lost in a long conversation again. Visual nodes let you see the structure of your chat at a glance and jump to any message instantly. Fixed on the right; click to jump and hover to preview messages.
Quick access utilities. Drag the floating ball anywhere and open panels for common actions, including chat width control (38–90rem, default 48rem).
Your personal prompt arsenal. Save, search, edit, and insert prompts directly into the chat input toolbar.
- Import: In the Prompt Library panel, click Import and select a gemini-voyager exported
.jsonfile. Duplicates are skipped and the result is shown. - Export: Click Export to download
claude-nexus-prompts-{YYYY-MM-DD}.jsonin a gemini-voyager compatible format. - Compatible format:
gemini-voyager.prompts.v1
Your data, your format. Export conversations as Markdown or JSON from the toolbar.
Use claude-nexus in your preferred language.
Install claude-nexus directly from the official listing:
Build and load the unpacked extension locally for development or testing.
-
Clone the repository
git clone https://github.com/Qiuner/claude-nexus.git cd claude-nexus -
Install dependencies
yarn install
-
Build the extension
yarn build:chrome
-
Load in Chrome
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
dist_chrome/folder
- Open
# Start development mode with auto-rebuild
yarn dev:chrome
# After each build:
# 1. Open chrome://extensions
# 2. Click the refresh button on claude-nexus
# 3. Refresh the claude.ai page- Framework: React 19 + TypeScript
- Styling: TailwindCSS 4
- Build: Vite + vite-web-extension
- Platform: Chrome Manifest V3
Contributions are welcome! Feel free to open issues or submit pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feat/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feat/amazing-feature) - Open a Pull Request
Inspired by gemini-voyager — an all-in-one enhancement suite for Google Gemini.
MIT License © 2026