What is Memory Capsule?
Memory Capsule is a Chrome extension that sits quietly in your browser and lets you capture, organize, and search the useful knowledge you generate inside AI conversations. Instead of losing insights to chat history, you save them as structured memories you can recall later.
Chrome Requirements
- Google Chrome version 114 or later (recommended: latest stable)
- A Google account to sync extension settings (optional)
- An active internet connection for cloud sync (offline capture works locally)
Installing from the Chrome Web Store
- Visit the Chrome Web Store and search for "Memory Capsule".
- Click Add to Chrome on the extension listing.
- A permissions dialog will appear — review and click Add extension.
- Chrome will download and install the extension automatically.
- A confirmation toast will briefly appear in the top-right corner of your browser.
Loading the Extension in Developer Mode
If the extension is not yet published on the Chrome Web Store, you can load it directly from the source repository.
- Clone or download the Memory Capsule repository from GitHub.
- Open Chrome and navigate to chrome://extensions in your address bar.
- Enable Developer mode using the toggle in the top-right corner.
- Click Load unpacked.
- Select the extension build folder (usually /extension/dist or /build) from the cloned repository.
- The Memory Capsule extension will appear in your extensions list.
Extension Permissions
Memory Capsule requests the following permissions to function correctly:
| Permission | Why it is needed |
|---|---|
| activeTab | Read the current tab to detect AI chat pages |
| storage | Store your memories and settings locally in the browser |
| scripting | Inject the capture interface into supported AI chat pages |
| tabs | Detect navigation between pages to track source conversation URLs |
Pinning the Extension
Pinning Memory Capsule to your Chrome toolbar means it is always one click away when you want to save something from an AI conversation.
- Click the Extensions icon (the puzzle piece) in the Chrome toolbar.
- Find Memory Capsule in the list.
- Click the pin icon next to it.
- The Memory Capsule icon will now appear permanently in your toolbar.
Verifying the Installation
- Open ChatGPT (chat.openai.com) or another supported AI platform.
- Click the Memory Capsule icon in the Chrome toolbar.
- If the extension popup opens correctly, the installation is working.
- You will see a welcome message on first launch.
First-Time Setup
On first launch, Memory Capsule will walk you through a brief onboarding flow:
- Choose whether to enable cloud sync or keep memories local only.
- Select your preferred default AI platform (you can change this later).
- Optionally create your first collection to organize memories.
Common Installation Problems
| Problem | Solution |
|---|---|
| Extension icon does not appear after install | Click the puzzle icon in Chrome toolbar → pin Memory Capsule |
| Popup does not open on AI chat pages | Refresh the AI chat page and try again |
| Load unpacked button is greyed out | Enable Developer mode in chrome://extensions first |
| Extension crashes on open | Try removing and reinstalling the extension, or check the GitHub issues page |