A Chrome extension that provides an AI-powered template toolbox for automating routine tasks. Create reusable prompt templates, process them with AI providers, and manage your prompt history.
- Create and manage reusable prompt templates with custom variables
- Support for multiple AI providers (OpenAI, Anthropic, Google Gemini, Meta Llama, xAI Grok)
- Side panel UI for quick access
- Prompt history tracking
- Import/Export templates
-
Download or clone this repository
git clone https://github.com/IvanZdanovich/ai-toolbox.git
-
Open your browser's extension page
- Chrome: Navigate to
chrome://extensions/ - Edge: Navigate to
edge://extensions/
- Chrome: Navigate to
-
Enable Developer Mode
- Toggle the "Developer mode" switch in the top-right corner
-
Load the extension
- Click "Load unpacked" button
- Navigate to and select the
chrome-extension/folder from this project - The extension icon should appear in your browser toolbar
-
Start using AI Toolbox
- Click the extension icon to open the side panel
- Go to Settings to configure your AI provider and API key
- Create templates and start automating!
- Click the AI Toolbox icon in your browser toolbar
- Configure your AI provider and API key in Settings
- Create or select a template
- Fill in the variables and click Run
- View results in the History tab
- Node.js 20+
- Chrome or Edge browser
npm install
npm test # Run tests
npm run lint # Check code qualityISC
Ivan Zdanovich