AI product readAI-powered browser assistant that enables users to interact with Kimi AI chatbot directly while browsing any webpage
Eliminates the need to switch between browser tabs and separate AI tools by providing in-context AI assistance for reading, understanding, and writing tasks
User installs extension and logs into Kimi account → While browsing any webpage, user can: (1) Select/highlight text to get instant explanations, (2) Use Ctrl+J to enter explore mode for screenshots, (3) Use Ctrl+K to open chat for questions, (4) Click floating button to summarize entire page → Results appear in side panel or floating window
Text highlight/explain: Select any text on a webpage to get contextual AI explanationsScreenshot to ask: Capture page areas and ask Kimi questions about visual contentArticle summarization: One-click full article summarization via floating button or shortcutPDF content analysis: Answer questions based on PDF document contentOCR text extraction: Extract and read text from image regions on webpagesSide panel and floating window modes: Flexible UI with customizable display preferences
- Target users
- Chinese-speaking researchers and students / Content readers who want quick summaries / Professionals needing in-context AI assistance while browsing / Users of Kimi AI service (Moonshot AI)
- Source code is heavily minified, making deep function-level analysis difficult
- Cannot verify if Kimi's destination service has paid tiers from extension source alone
- Token refresh and auth flow details are embedded in minified bundles
MonetizationNo paid features detected
No evidence of in-extension payment, subscription, or premium gating. The extension itself does not implement billing, upgrade UI, or feature gating. The 'pro', 'license', 'premium' keyword matches are all false positives from React library code and MIT license comments. Kimi as a destination service (kimi.moonshot.cn) may have paid tiers, but the extension source code does not gate any features behind payment.
- Confidence
- 80
- Payment platform
- --
- Source
- AI / High
- Login required
- Needs review
- Reason
- Extension requires user to log into Kimi account to use core features. Evidence includes: (1) Store description explicitly lists '登录Kimi账户' as required step 2; (2) background.js implements OAuth token flow with access_token/refresh_token management via Kimi API; (3) authSidePanel() and authContent() functions check for token and redirect to login page if missing; (4) On first install, extension automatically opens login page.
Conflict