- Google Chrome (Version 88+) or Chromium-based browser
- 4GB RAM (minimum)
- 1GB free disk space
- Internet connection
- Node.js 16+ (for local development)
- Python 3.8+ (for Ollama setup)
- Visit the Chrome Web Store
- Click
Add to Chrome - Click on
Add extensionbutton on this dialog
This dialog is shown as this extension requires localhost access to connect to local ollama models. - Follow the browser prompts
- Once installed, you can access the extension from the Chrome toolbar as shown below:

- Visit Groq
- Create a free account (No credit card required)
- Generate API key instantly
- Add key to Testron settings
✨ Why Start with Groq?
- No credit card required
- Generous free tier
- Fast response times
- High-quality LLama models
- Simple setup process
- Visit Anthropic
- Create an account (Credit card required)
- Generate API key
- Copy API key to Testron settings
- Visit OpenAI Platform
- Sign up/Login (Credit card required)
- Navigate to API section
- Create new API key
- Copy key to Testron settings
# Install Ollama
brew install ollama
# Pull required models
ollama pull llama3.2
ollama pull llama3.1
# Run with CORS enabled
OLLAMA_ORIGINS='chrome-extension://*' ollama serve# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Pull models
ollama pull llama3.2
ollama pull llama3.1
# Run with CORS
OLLAMA_ORIGINS='chrome-extension://*' ollama serve# Download Ollama installer
# Run installer
# Open PowerShell as Admin
# Set CORS and run
set OLLAMA_ORIGINS=chrome-extension://*
ollama serve
# Pull models
ollama pull llama3.2
ollama pull llama3.1- Click Testron icon
- Open Settings
- Configure:
- Preferred AI provider
- API keys
- Input Token limit threshold
- Framework preferences
1. Verify developer mode is enabled
2. Check extension directory structure
3. Reload extension
4. Restart Chrome1. Verify API keys
2. Check internet connection
3. Confirm API service status
4. Review error logs1. Verify CORS settings
2. Check model installation
3. Restart Ollama service
4. Review system resources- Auto-updates (Web Store version)