AI Web Assistant 제작자: red1dev2
Summarize, translate, rewrite & explain any webpage with AI. Powered by Groq, OpenAI, Claude & more.
사용자 1명사용자 1명
확장 메타 데이터
스크린샷
정보
AI Web Assistant — Your intelligent copilot for the web.
Transform the way you browse the internet. AI Web Assistant integrates directly into your browser to help you understand, summarize, translate, and interact with any web content — instantly.
Key Features:
Powered by leading AI providers:
Groq, OpenAI, Anthropic, Google Gemini, DeepSeek, Mistral, OpenRouter
Your data stays private:
- API keys stored locally on your device
- No data collected or sent to our servers
- All AI requests go directly from your browser to the AI provider
Transform the way you browse the internet. AI Web Assistant integrates directly into your browser to help you understand, summarize, translate, and interact with any web content — instantly.
Key Features:
- Page Summarization: Short summary, detailed summary, bullet points, or executive summary
- Smart Translation: Auto-detect language, translate to 80+ languages
- Text Rewriting: Professional, simple, friendly, marketing tone
- Grammar & Spelling: Fix all errors instantly
- Explain: Beginner, intermediate, or expert level explanations
- YouTube Summarizer: Video summaries, key points, chapters
- PDF Reader: Summarize PDFs in your browser
- Floating Selection Menu: Select text → instant AI actions
- AI Chat Sidebar: Full conversation with streaming responses
Powered by leading AI providers:
Groq, OpenAI, Anthropic, Google Gemini, DeepSeek, Mistral, OpenRouter
Your data stays private:
- API keys stored locally on your device
- No data collected or sent to our servers
- All AI requests go directly from your browser to the AI provider
리뷰어 0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- 모든 웹사이트에서 사용자의 데이터에 접근
선택적 권한:
- api.openai.com에서 사용자의 데이터에 접근
- api.anthropic.com에서 사용자의 데이터에 접근
- generativelanguage.googleapis.com에서 사용자의 데이터에 접근
- openrouter.ai에서 사용자의 데이터에 접근
- api.deepseek.com에서 사용자의 데이터에 접근
- api.mistral.ai에서 사용자의 데이터에 접근
- api.groq.com에서 사용자의 데이터에 접근
데이터 수집:
- 개발자는 이 확장 기능이 데이터 수집을 요구하지 않는다고 밝히고 있습니다.
추가 정보
- 부가 기능 링크
- 버전
- 1.0.0
- 크기
- 135.71 KB
- 마지막 업데이트
- 한 달 전 (2026년 7월 16일)
- 라이선스
- MIT 라이선스
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 모음집에 추가
npm installnpx vite builddist/folderdist/manifest.jsonas a temporary add-onTech stack:
- React 18 + TypeScript
- Vite (bundler + esbuild minifier)
- Tailwind CSS (utility classes)
- Framer Motion (UI animations)
- Zustand (state management)
- Lucide React (icons)
Source code structure:
-
src/popup/— Extension popup UI-
src/sidebar/— AI chat sidebar-
src/settings/— Settings page-
src/background/— Background service worker-
src/content/— Content script (floating selection menu)-
src/services/— AI provider integrations (Groq, OpenAI, Anthropic, Gemini, DeepSeek, Mistral, OpenRouter)-
src/store/— Zustand store with persistence-
src/hooks/— React hooks (useAI, useTheme)Privacy:
- No data is collected, tracked, or transmitted to our servers
- API keys are stored locally in browser storage
- All AI requests go directly from the browser to the user's chosen AI provider
- The extension uses
storageandactiveTabpermissions only