A "bring your own key" Firefox extension that provides quick access to LLM assistants (OpenAI, Anthropic, Google Gemini) via a keyboard shortcut, with full page context.
- Quick access: Press
Ctrl+Jto open the assistant overlay on any webpage - Multiple providers: Supports OpenAI, Anthropic, and Google Gemini
- Page context: Use
@pagein your prompt to include the current page's content - Markdown rendering: Responses are rendered with full markdown support (code blocks, lists, etc.)
- Session memory: Conversations persist within a session (cleared when you close the popup)
- Streaming responses: See responses as they're generated in real-time
- Open Firefox and navigate to
about:debugging - Click "This Firefox" in the left sidebar
- Click "Load Temporary Add-on..."
- Select any file in the extension folder (e.g.,
manifest.json)
The extension will remain loaded until you restart Firefox.
- Go to
about:addons - Find "Noice - LLM Assistant"
- Click the three-dot menu → Preferences
- Select your provider, enter your API key, and choose a model
| Provider | API Key Source |
|---|---|
| OpenAI | platform.openai.com/api-keys |
| Anthropic | console.anthropic.com/settings/keys |
| Google Gemini | aistudio.google.com/app/apikey |
| Action | Shortcut |
|---|---|
| Open/close assistant | Ctrl+J |
| Send message | Enter |
| New line | Shift+Enter |
| Close | Escape |
Include @page anywhere in your message to send the current page's main content as context:
@page Can you summarize this article?
- Go to
about:addons - Click the gear icon (⚙️) in the top right
- Select "Manage Extension Shortcuts"
- Find "Noice - LLM Assistant" and set your preferred shortcut
MIT