Skip to content

Eidolon v1.0.0 - Initial Release

Latest

Choose a tag to compare

@jms830 jms830 released this 10 Oct 20:58
· 65 commits to master since this release

Eidolon v1.0.0 - Initial Release πŸš€

Advanced Claude.ai project and knowledge management Chrome extension.

Features

βœ… Dashboard Interface

  • Tabbed navigation (Projects, Files, Conversations, Analytics)
  • Grid and list view modes
  • Responsive design

βœ… Content Script Integration

  • Quick Save button on Claude.ai pages
  • In-page notifications
  • SPA navigation detection

βœ… Advanced Search

  • Web Worker-based full-text search
  • Fuzzy matching with Levenshtein distance
  • Filter by type, tags, date range, project

βœ… Tagging System

  • Color-coded tags
  • Tag filtering
  • Bulk tag assignment

βœ… Bulk Operations

  • Multi-select for projects and files
  • Bulk export, tag, and delete
  • Confirmation dialogs for destructive actions

βœ… Export Functionality

  • JSON export (comprehensive single file)
  • CSV export (separate files per entity)
  • Export all data from Analytics tab

βœ… Enhanced Analytics

  • Statistics dashboard with key metrics
  • Top 5 most active projects visualization
  • Activity timeline
  • Storage usage tracking

Installation

Chrome

  1. Download `eidolon-extension-1.0.0.crx`
  2. Open `chrome://extensions/`
  3. Enable "Developer mode"
  4. Drag and drop the CRX file

Firefox

  1. Download `eidolon-extension-1.0.0.xpi`
  2. Open `about:addons`
  3. Click gear icon β†’ "Install Add-on From File..."
  4. Select the XPI file

Technical Details

  • Framework: WXT v0.20.11
  • Language: TypeScript
  • Build Size: 79.46 kB (Chrome) / 79.44 kB (Firefox)
  • Package Size: 23 KB compressed
  • Manifest: V3 (Chrome) / V2 (Firefox)

Files Included

  • `eidolon-extension-1.0.0.crx` - Chrome extension package
  • `eidolon-extension-1.0.0.xpi` - Firefox extension package
  • `eidolon-extension-1.0.0-chrome.zip` - Chrome ZIP format
  • `eidolon-extension-1.0.0-firefox.zip` - Firefox ZIP format
  • `eidolon-extension-1.0.0-sources.zip` - Source code (required for Firefox Add-ons)

Requirements

  • Chrome 88+ or Firefox 78+
  • Active Claude.ai account
  • Must be logged into Claude.ai before using the extension

Security

  • XSS-safe DOM manipulation throughout
  • No external API calls (only Claude.ai)
  • Local storage only (no cloud sync)
  • Minimal permissions model

License

MIT License - See LICENSE file for details


Repository: https://github.com/jms830/eidolon
Issues: https://github.com/jms830/eidolon/issues