Skip to main content
BrowserQwen provides powerful AI capabilities directly in your Chrome browser. This guide covers all available features and how to use them effectively.

Core Capabilities

Multi-Page Understanding

BrowserQwen can analyze and synthesize information across multiple webpages and documents:
  • Context Awareness: The AI maintains context across all pages in your reading list
  • Cross-Reference: Ask questions that span multiple sources
  • Smart Summarization: Generate summaries that combine insights from multiple documents
Example Use Cases:
  • Compare product reviews from different websites
  • Synthesize research findings from multiple papers
  • Create comprehensive reports from various news sources

Document Format Support

BrowserQwen works with various file formats:

Web Pages

Full HTML analysis including dynamic content

PDF Files

Extract and analyze PDF documents

Word Documents

Process .doc and .docx files

PowerPoint

Analyze presentation content

Workstation Modes

Editor Mode Features

Editor mode is optimized for content creation:

Rich Text Editing

  • Full-featured text editor with formatting options
  • Support for headings, lists, and text styling
  • Insert images and links

AI-Assisted Writing

  • Generate article drafts from browsed materials
  • Expand or refine sections with AI suggestions
  • Automatic citation of sources from your reading list

Plugin Integration

Call various plugins directly from the editor:
  • Image Generation: Create custom images for your content
  • Code Execution: Run code snippets and embed results
  • Data Visualization: Generate charts and graphs
Example Workflow:
1

Research Phase

Browse multiple webpages and PDFs, adding them to your reading list
2

Writing Phase

Open Editor mode and ask the AI to create an outline or draft
3

Enhancement Phase

Use plugins to add visuals, data, or code examples
4

Refinement Phase

Edit and polish the content with AI assistance

Chat Mode Features

Chat mode provides conversational interaction:

Multi-Turn Conversations

  • Maintain conversation context across multiple exchanges
  • Reference previous questions and answers
  • Build complex queries progressively

Code Interpreter

The integrated code interpreter enables:
# Example: Data analysis from webpage content
import pandas as pd
import matplotlib.pyplot as plt

# The AI can extract data from pages and analyze it
data = extract_data_from_pages()
df = pd.DataFrame(data)

# Create visualizations
plt.figure(figsize=(10, 6))
plt.plot(df['date'], df['value'])
plt.title('Trend Analysis')
plt.show()
Code Interpreter Capabilities:
  • Data analysis and visualization
  • Mathematical computations
  • Text processing and manipulation
  • File format conversions
The code interpreter executes in a sandboxed environment but use caution with sensitive data.

File Upload

Upload additional files directly in chat:
  • Drag and drop files into the chat interface
  • Upload local documents not yet in your reading list
  • Process files without navigating to them in browser

Browser Assistant Features

Quick Page Analysis

The Browser Assistant provides instant insights:
Capabilities:
  • Summarize article content
  • Extract key points and insights
  • Answer questions about page content
  • Identify main topics and themes
Example Questions:
  • “What is the main argument of this article?”
  • “Summarize this page in 3 bullet points”
  • “What are the key statistics mentioned?”

Reading List Management

Your reading list is the foundation of BrowserQwen: Adding Pages:
  1. Look for the “Add to Qwen’s Reading List” button on any page
  2. Click to add the current page to your history
  3. The content is processed and stored for AI analysis
Using Your Reading List:
  • Reference any previously added page in conversations
  • Create content based on your browsing history
  • Ask questions that span your entire reading list
Your reading list is stored locally on your machine. No data is sent to external servers except for AI processing.

Advanced Features

Plugin System

BrowserQwen supports multiple built-in plugins:

Image Generation Plugin

Create custom images from text descriptions:
# The AI can call this automatically
{
  "plugin": "image_gen",
  "prompt": "A futuristic city with flying cars at sunset"
}

Code Interpreter Plugin

Execute Python code for analysis and computation:
  • Pandas for data manipulation
  • Matplotlib/Seaborn for visualization
  • NumPy for numerical computation
  • SciPy for scientific computing

Web Search Plugin

Enrich responses with real-time web search:
  • Find latest information
  • Verify facts
  • Discover related content

Conversation History

All your interactions are preserved:
  • Search History: Find previous conversations quickly
  • Context Preservation: Continue conversations from where you left off
  • Export Options: Save conversations for later reference

Multi-Language Support

BrowserQwen works with content in multiple languages:
For best results, ask questions in the same language as your source materials.

Best Practices

Getting Better Results

Instead of “Tell me about this page”, try “What are the three main benefits of using this product mentioned in the article?”
Add pages as you browse to build a comprehensive knowledge base. The AI performs better with more context.
Take advantage of multi-turn conversation by building on previous responses and refining your queries.
Use Chat mode for research and exploration, then switch to Editor mode for content creation.

Performance Tips

  • Refresh pages after adding them to reading list for best results
  • Close unused tabs to improve extension performance
  • Regular cleanup of old reading list items
  • Use specific queries rather than broad questions

Privacy and Security

Data Handling

  • Local Storage: Browsing history and conversations stored locally
  • API Calls: Only text content sent to AI model for processing
  • No Tracking: BrowserQwen doesn’t track your browsing

Permissions

BrowserQwen requires these Chrome permissions:
  • tabs: Access current tab information
  • storage: Store reading list and conversation history
  • scripting: Inject content scripts for page analysis
  • activeTab: Read content from active tab
Be cautious when analyzing pages with sensitive information. Content is sent to the AI model for processing.

Limitations

Page Restrictions

Cannot access chrome:// pages or browser internal pages

Dynamic Content

May have difficulty with heavily JavaScript-rendered content

File Size

Very large PDFs may take longer to process

Rate Limits

Subject to API rate limits of your model service

Getting Help

If you encounter issues:
  1. Check the Setup Guide for configuration issues
  2. Review browser console for error messages
  3. Verify the database service is running
  4. Try refreshing the page

Main Documentation

Return to main Qwen-Agent documentation

Build docs developers (and LLMs) love