Install the Minimal Chrome Extension to save bookmarks directly from your browser.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/minimal.so/llms.txt
Use this file to discover all available pages before exploring further.
Install from Chrome Web Store
The Chrome Web Store listing is coming soon. For now, follow the development installation steps below.
Development Installation
For developers or early testers, you can install the extension in development mode.Server Configuration (Self-Hosting)
If you’re self-hosting Minimal or running a local development server, you need to configure the server to accept requests from your extension.Verify Installation
To verify the extension is working correctly:- Check the Icon: The Minimal icon should appear in your browser toolbar
- Test a Save: Click the icon on any page. You should see a notification confirming the save
- Check Minimal: Visit your Minimal dashboard to see the saved bookmark
Update the Extension
When updates are available:Chrome Web Store Version
- Extensions update automatically
- You can manually check for updates at
chrome://extensions/
Development Version
- Pull the latest changes from the repository
- Go to
chrome://extensions/ - Click the refresh icon on the Minimal extension card
Troubleshooting
Extension Not Saving Bookmarks
Check Authentication
Check Authentication
Make sure you’re logged in to Minimal. Open
https://minimal.so (or your self-hosted URL) and verify you’re signed in.Verify Server Configuration
Verify Server Configuration
If you’re self-hosting, ensure the
CHROME_EXTENSION_ID environment variable is set correctly and the server has been restarted.Check Console Logs
Check Console Logs
Right-click the extension icon, select “Inspect popup”, and check the console for error messages.
Check Service Worker Logs
Check Service Worker Logs
Go to
chrome://extensions/, find the Minimal extension, and click “service worker” to view background script logs.Auto-Capture Not Working
If X/Twitter bookmark capture or browser bookmark sync isn’t working:- Verify the extension has the required permissions at
chrome://extensions/ - Check service worker logs for error messages
- Ensure you’re logged in to Minimal
- For X capture: Make sure you’re bookmarking actual tweets (not profiles, lists, or search pages)