AI 产品解读Provides a sidebar and web UI for interacting with locally running AI models (Ollama, Chrome AI/Gemini Nano, OpenAI-compatible APIs) directly from the browser
Users running local AI models lack a convenient, integrated browser interface to chat with their models while browsing. Page Assist bridges this gap by offering a sidebar and full web UI without requiring cloud services or accounts.
User installs extension → runs a local AI model server (e.g., Ollama) → opens the sidebar (Ctrl+Shift+Y) or web UI (Ctrl+Shift+L) → chats with the local model → can also summarize YouTube videos, chat with PDFs, use internet search, or download new models from ollama.com/huggingface.co directly via integrated buttons.
Sidebar chat interface for local AI modelsFull web UI accessible via options pageSupport for Ollama, Chrome AI (Gemini Nano), and OpenAI-compatible APIs (LLaMA.cpp, LM Studio, Llamafile, vLLM)Chat with PDF and documents (PDF, CSV, TXT, MD, DOCX)Internet search integrationYouTube video summarization via content script
- 目标用户
- Developers and power users running local AI models / Privacy-conscious users who prefer local inference over cloud APIs / Ollama users wanting a browser-integrated UI / Users who want to chat with documents and web pages using local models
- Source code is heavily minified/bundled (8.5MB PageAssistProvider chunk), making deep code inspection difficult
- No UI screenshots available to visually confirm feature gating or paid tiers
- The extension's own settings/options UI could not be rendered to check for hidden premium prompts
付费分析未识别到付费功能
No paid features, subscription tiers, or payment flows exist in this extension. The deterministic heuristic found zero paid signals. The extension is open-source (GitHub: https://github.com/n4ze3m/page-assist) and free. All 'pro' keyword hits are false positives from minified library code. No Stripe, billing, premium, upgrade, or payment-related code was found. The extension interfaces with user-hosted local AI models and user-provided API endpoints with no gating of features behind payment.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally with no account system. It connects to user-hosted local AI model servers (e.g., Ollama at 127.0.0.1:11434) and supports user-provided OpenAI-compatible API endpoints. No login, signup, or registration flow was found in any source file. The 'auth' keyword hits in background.js are all from bundled library code (Zod schema validation, JSON Schema), not authentication logic.