AI product readAI-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
- Target users
- 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
MonetizationNo paid features detected
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.
- Confidence
- 70
- Payment platform
- --
- Source
- AI / Medium
- Login required
- Yes
- Reason
- 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.
Pretty good tools! thanks you your contribution!!
为什么我翻译英文的时候,它总是自动识别成其他毫不相干的语言呢?
大佬,能众筹搞个像google翻译那样的网站吗?
Very helpful and thanks for the developer!
报错:typeerror: cannot destructure property 'finish_details' of 'e.message' as it is undefined.
有新的API模型了希望可以更新一下或者手動輸入自定義模型。希望新增自訂System Prompt,以及新增可以直接在輸入格上直接與ChatGPT對話(純粹詢問),然後最後希望能夠修復『繁體中文』變成『簡體中文』的問題,其實如果能夠自訂System Prompt也能夠自行解決
很好用,但是这两天怎么不能用了呀,不是我们直接请求接口或自定义接口吗?为什么会失败? TypeError:Failed to fetch
最近不能用了,quota exceeded,希望尽快解决
最近不能用了,显示您的quota exceeded,希望尽快解决
It's a good product, thanks