AI 产品解读AI-powered browser translation and text processing extension that provides select-to-translate, summarization, text polishing, analysis, and code explanation using ChatGPT and other AI/LLM APIs
Helps users who read and work with foreign language content on the web to quickly translate selected text, summarize passages, improve writing, and understand code snippets without leaving the current page
User selects text on any webpage → the content script detects the selection → user triggers translation/processing via context menu or keyboard shortcut → the extension sends the text to the configured AI service (ChatGPT, Kimi, etc.) → AI response is displayed in an overlay/popup on the page. Users configure their preferred AI provider and API key in the options page.
Select-to-translate (划词翻译) using ChatGPT and multiple AI providersText summarization (总结)Text polishing/rewriting (润色)Text analysis (分析)Code explanation (代码解释)Support for multiple AI backends: OpenAI, Kimi/Moonshot, ChatGLM, MiniMax, Cohere, DeepSeek, Google Translate, Baidu Translate, Microsoft Translate, Groq, Anthropic, Gemini
- 目标用户
- Multilingual web users who read foreign-language content / Developers and technical users needing code explanation / Writers and editors working with foreign text / Students and researchers reading papers in other languages / Chinese-speaking users reading English content and vice versa
- The options page JS is bundled/minified and not fully inspected — it may contain UI for premium features or payment flows that were not detected
- The promotions.json configuration file from GitHub was not fetched to check for paid tier references
- Large portions of action-9a10bbe4.js (217KB) and i18n-0b7e0a68.js (1.3MB) were only partially examined due to minification — deeper inspection may reveal subscription or payment logic
付费分析未识别到付费功能
No clear evidence of feature gating, subscription tiers, or in-extension payment flows. The deterministic heuristic found no paid signals (isPaid=0). All 'pro' keyword matches in source are false positives from minified code (process, Promise, production, profiler, provider, etc.). 'license' matches are MIT license headers in bundled libraries. 'upgrade' match refers to IndexedDB VersionChange, not a payment upgrade. The extension includes Alipay and WeChat payment QR code images in web_accessible_resources, which may indicate donation functionality but not gated paid features. The 'openaiAPIKeyPromotionID' and 'headerPromotionID' in common-51435755.js appear to be for showing promotions in the options page. AI service API usage costs are borne by the user directly through external providers, not through the extension.
- 置信度
- 70
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension does not implement its own login system, but its core workflow requires the user to authenticate with external AI services. For ChatGPT web mode, the background script intercepts Arkose tokens and requires the user to be logged into chat.openai.com (code references 'https://chat.openai.com/api/auth/session'). For API-based providers (OpenAI, Kimi, ChatGLM, MiniMax, Cohere, DeepSeek), users must supply their own API keys. The background script also captures access_tokens from moonshot.cn and chatglm.cn. Without API keys or service authentication, the primary AI translation features cannot function.