A Firefox extension that provides real-time writing suggestions using various Language Models (LLMs) like OpenAI GPT, Anthropic Claude, LLaMA, and DeepSeek.
- Real-time grammar, style, and structure suggestions
- Support for multiple LLM providers
- Customizable suggestion types
- Works with any text area or text input field
- Privacy-focused (your API key is stored locally)
- Download or clone this repository
- Open Firefox and go to
about:debugging
- Click "This Firefox" in the left sidebar
- Click "Load Temporary Add-on"
- Navigate to the extension directory and select the
manifest.json
file
- Click the extension icon in the toolbar
- Select your preferred LLM provider
- Enter your API key for the selected provider
- Choose which types of suggestions you want to receive
- Click "Save Settings" and "Enable Assistant"
- Enable the extension by clicking its icon and toggling the "Enable Assistant" button
- Start typing in any text area or text input field
- After you stop typing for a moment, suggestions will appear below the text field
- The suggestions will update as you continue typing
- OpenAI GPT (default)
- Anthropic Claude
- LLaMA
- DeepSeek
Note: You need to provide your own API key for the LLM service you want to use.
This extension:
- Stores your API key locally in your browser
- Only sends text to the LLM provider when you're actively typing
- Does not collect or store any of your data
- Does not send data to any third parties other than your chosen LLM provider
The extension is built using standard web technologies:
- JavaScript
- HTML
- CSS
- Firefox WebExtensions API
To modify the extension:
- Make your changes to the source code
- Reload the extension in
about:debugging
- Test your changes
MIT License - Feel free to modify and distribute this extension as needed.