Vico Memory Taker is the Chrome extension component of the Vico Vision Memory Copilot system. It enables seamless capture and storage of web content, images, and text directly from the browser into the Vico memory management system.
- One-Click Memory Capture: Instantly save any webpage content to your Vico memory system
- Smart Content Selection: Intelligently select and capture specific parts of webpages
- Visual Processing Integration: Direct integration with Vico's MLX-powered vision models
- Context Preservation: Automatically captures relevant metadata and context
- Real-time Sync: Immediate synchronization with the Vico backend
- Install dependencies:
bun install
- Start the development environment:
bun run dev
- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the
build
directory from this project
- Open Chrome and navigate to
By default, the extension will use the Vico backend running on http://localhost:3020
.
The Vico Memory Taker extension provides several ways to capture and save web content:
- Select any text on a webpage
- Right-click and choose "Text" from the Vico Memory Taker menu
- Edit the text in the modal if needed
- Click "Save Memory" to store it in your Vico system
- Navigate to the webpage you want to capture
- Right-click anywhere and select "Screenshot" from the Vico Memory Taker menu
- Review the captured screenshot in the modal
- Click "Save Memory" to store it
- Right-click anywhere and select "Cropped Screenshot"
- Click and drag to select the area you want to capture
- Release to capture the selected area
- Review the cropped image in the modal
- Click "Save Memory" to store it
- Vico - Main Vico system backend
Built using bun-chrome-extension ❤️.