A powerful Chrome extension that enhances your Claude.ai experience with seamless project management, knowledge organization, and quick access to conversations directly from your browser.
- 🔐 Automatic Session Detection - Seamlessly connects using your existing Claude.ai session
- 📁 Project Management - View, create, and manage all your Claude projects
- 📚 Knowledge Management - Upload text, pages, and files directly to projects
- 💬 Quick Chat - Start conversations with project context from anywhere
- 🔍 Search & Filter - Find projects and conversations instantly
- 📌 Pinned - Pin frequently used projects for quick access
- Right-click context menu for quick uploads
- Keyboard shortcuts (Ctrl+Shift+E)
- Smart content extraction from web pages
- Selection-to-project uploads
- Clone this repository
- Run
npm installto install dependencies - Run
npm run buildto build the extension - Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the
distfolder
Coming soon
-
First Time Setup
- Click the Eidolon icon in your browser toolbar
- The extension will automatically detect your Claude.ai session
- Select your organization (if you have multiple)
-
Upload Content
- Select text on any webpage
- Right-click and choose "Add to Claude Project"
- Select your target project from the menu
-
Quick Chat
- Press
Ctrl+Shift+Eto open quick chat - Type your question and select a project for context
- Press
npm install
npm run devnpm run buildnpm test- Manifest V3 - Latest Chrome extension standard
- Preact - Lightweight UI framework
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first styling
- Vite - Fast build tool
- Session keys are stored securely in Chrome's storage API
- All API calls go directly to Claude.ai (no third-party servers)
- No analytics or telemetry without explicit opt-in
- Minimal permissions requested
Eidolon respects your privacy:
- We don't collect any personal data
- All data stays between your browser and Claude.ai
- No third-party services are used
- Session keys are stored locally and encrypted by Chrome
Contributions are welcome! Please read our contributing guidelines before submitting PRs.
MIT License - See LICENSE file for details
This is an unofficial extension and is not affiliated with Anthropic or Claude.ai. Use at your own risk.
Created by jms830
For issues or questions, please open an issue on GitHub.