Send and stop
Press Enter to send or Shift + Enter for a new line. While a response streams, Send changes to Stop.
Pagenova is a Chrome and Brave side-panel assistant. Ground a conversation in selected text, tabs, files, screenshots, and optional web search, then choose a local or cloud model.
Selected text · 1 source
01
Install Pagenova from the Chrome Web Store, then open it from your browser toolbar.
Pagenova currently requires Chrome 116 or later. Brave is supported as a Chromium browser. Firefox is not currently supported.
Open the Pagenova listing in the Chrome Web Store and choose Add to Chrome. Brave users can install it from the same listing.
Open the browser extensions menu and pin Pagenova to your toolbar.
Open a normal webpage, then select the Pagenova toolbar icon.
02
Ollama keeps model inference on your machine. Pagenova connects to http://localhost:11434 by default.
Install Ollama, then pull a text model. Pull a vision model only if you plan to ask about images.
ollama pull llama3.2:1b
ollama pull llavaOllama must allow the extension origin for pulls and embeddings. Copy Pagenova’s exact origin from Settings.
setx OLLAMA_ORIGINS "chrome-extension://<extension-id>"Windows: restart the Ollama app after setting the variable. macOS/Linux: run OLLAMA_ORIGINS="chrome-extension://<extension-id>" ollama serve.
Use the exact origin shown in Settings. It limits Ollama access to Pagenova rather than every browser extension.
03
Choose a provider and model in the header, write a question, then send it. Responses stream as they are generated.
Press Enter to send or Shift + Enter for a new line. While a response streams, Send changes to Stop.
Pagenova sends recent conversation turns so questions such as “expand the second point” retain the chat’s subject.
The clock opens saved conversations. Reopen, delete, or export the current conversation as Markdown.
04
Context is included only when you ask. It is data for the model, not an instruction that overrides your question.
Highlight text on the active normal webpage. When you send, Pagenova reads that selection only and adds it as Selected text for that answer.
It does not monitor selections as you browse. Select the paragraph first, then type and send your question.
Open the + menu, consent once to let Pagenova read open-tab titles and URLs, then choose one or more normal webpages.
Tabs are read on demand. Pagenova does not run a persistent content script on every page you visit.
Attach PDF, DOCX, TXT, Markdown, CSV, JSON, or common code files from the + menu. Attachments remain usable in follow-up turns in the same conversation.
Legacy binary .doc files are not supported.
05
Use a vision-capable model for image questions. Pagenova warns you before sending an image to a model that does not support images.
Pagenova cannot capture browser-internal pages, extension pages, or other protected tabs. It never captures a tab automatically.
For Ollama, Pagenova checks model capabilities through Ollama’s model details and falls back to a conservative model-name check only when capability metadata is unavailable.
06
Use the globe button when your question needs information beyond your current context.
The default. It is keyless and returns web results that Pagenova adds as context for the answer.
Optional. Add a Tavily API key in Settings for LLM-oriented results and an extracted answer.
An Ollama model can stay local while an enabled search sends the question to the selected search provider.
Expand the Sources line under an answer to see the tabs, documents, selected text, or web results supplied for that turn.
07
Open Settings from the gear icon to save credentials. Pagenova only shows a cloud provider in the chat menu after its key has been saved.
| Provider | What you need | Notes |
|---|---|---|
| Ollama | Local server and model | No API key. Default address: http://localhost:11434. |
| OpenAI | API key | Select a chat model after saving the key. |
| Anthropic | API key | Claude models are supported directly. |
| Google Gemini | API key | Gemini models are supported directly. |
| Other compatible | HTTPS OpenAI-compatible URL and API key | Use for DeepSeek, OpenRouter, Groq, self-hosted vLLM, LM Studio, and similar services. HTTP is allowed only for localhost. |
API keys stay only for the current browser session and are sent only to the provider selected for a request.
08
Pagenova does not add analytics or telemetry. It uses browser permissions to perform the action you request.
Settings, conversation history, and retrieval data stay in browser storage. API keys stay only for the current browser session.
Chosen context and your question go to the selected model provider when you send a message. Web search sends your query only while the globe toggle is on.
Tab text and page images are extracted on demand for tabs you choose. Pagenova does not maintain a persistent content script.
Optional screenshot access is requested when you first choose Screenshot. It lets Pagenova capture a normal active webpage after a tab switch.
Read the complete privacy policy.
09
Start with the error text in Pagenova. The fixes below cover the common setup failures.
403Copy the exact OLLAMA_ORIGINS command from Settings, then restart Ollama. See Set up Ollama.
401Save the correct API key in Settings. For Other compatible, also verify the HTTPS base URL. The provider remains hidden until its key is saved.
Switch to a normal http or https webpage. Browser pages and extension pages are protected and cannot be captured. Choose Screenshot again and accept the permission prompt if it appears.
For tab context, choose the page through the + menu. For selected text, highlight it on the active normal webpage immediately before sending. A browser-internal page cannot provide either kind of context.
Existing chunks may have a different embedding dimension. Re-upload the documents or clear stored data to re-index them with the current backend.
Choose a vision-capable model. Pagenova checks Ollama model capabilities when it can; other providers use their supported model families.
Still need help?
It documents the architecture, message protocol, RAG pipeline, testing, release checks, and contribution workflow.