A Chrome extension that uses an AI (Grok or Moonshot) to classify and organize bookmarks.
-
Install Dependencies
npm install
-
Build Extension
npm run build
-
Load Extension
- Open
chrome://extensions/
- Enable Developer Mode
- Load
dist
folder
- Open
-
Configure API Key
- Obtain a Grok API key from https://x.ai/api
- Enter in the extension's Settings panel
- One-click URL classification
- Automatic bookmark folder creation
- Secure API key storage
- Simple and intuitive UI
- All data processed locally except for LLM API calls.
- API keys are stored securely using Chrome Storage.
- Ensure a valid API key is configured.
- Check internet connectivity for API calls.