- Side Panel Integration: Access AI tools without leaving your current tab
- AI Chat: Interact with Ollama and other AI models directly from your browser
- Translation: Translate text between multiple languages using Google's translation service
- Clean Design: Simple and elegant Apple-inspired interface
- Persistent History: Save and access your chat history
- Customizable Settings: Configure AI providers, language, theme, and more
- Keyboard Shortcuts: Quick access with Ctrl+Y (or Command+Y on Mac)
- Chrome browser (version 116 or later)
- Ollama running locally or on a remote server (for AI chat functionality)
- OpenAI API key (for AI chat functionality)
- Clone this repository
git clone https://github.com/yeongpin/chrome-side-ai-panel.git
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the extension directory
- The extension should now appear in your toolbar
- Click the extension icon in the toolbar or use the keyboard shortcut (Ctrl+Y or Command+Y on Mac)
- The side panel will open with the AI Chat interface
- Type your message and press Enter or click the send button
- The AI will respond using the configured AI service
- Click the Translate tab in the side panel
- Select source and target languages
- Enter the text you want to translate
- Click the Translate button
- View the translation result and copy it if needed
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- AI Integration: Ollama API and OpenAI API , etc. (for AI chat functionality)
- Translation: Google Translate API
- Storage: Chrome Storage API
- UI Framework: Custom lightweight components
- Build Tools: None (vanilla JS for maximum performance)
Made with ❤️ by yeongpin