AI 产品解读A dictionary lookup tool that lets users look up any selected word or phrase on any webpage via a right-click context menu, displaying the definition in an embedded iframe panel from the Clarify web app (app.clarify.no).
Provides quick, in-context dictionary lookups without leaving the current webpage, eliminating the need to copy text and open a separate dictionary site.
1. User selects a word or phrase on any webpage. 2. User right-clicks and chooses 'Look up [text] with Clarify' from the context menu. 3. The extension injects a fixed-position iframe panel on the right side of the page. 4. The iframe loads https://app.clarify.no/?client=chrome-extension&headword=[encoded-word] showing the dictionary result. 5. User clicks the × button to close the panel.
Right-click context menu integration to look up selected textEmbedded iframe panel (420px wide, fixed to the right side of the page) showing dictionary results from app.clarify.noClose button to dismiss the lookup panelWorks on any webpage via host_permissions: https://*/*
- 目标用户
- General web users who need quick dictionary/word definitions while browsing / Students, researchers, and readers encountering unfamiliar words / English language learners
- The extension is a thin launcher/wrapper; all dictionary logic and content are served by the remote web app (app.clarify.no). The local source code reveals no information about whether the remote service requires login or has paid tiers.
- Cannot inspect the actual Clarify web app UI, API endpoints, or feature gating from the extension package alone.
- The README.md only mentions cookie settings requirements, giving no insight into features or monetization.
付费分析未识别到付费功能
The store description explicitly states the app is 'free.' No payment platform references (Stripe, PayPal, etc.), no premium/subscription/upgrade keywords, no billing API calls, and no gated feature logic exist anywhere in the extension source code. The single 'pro' keyword hit is a false positive in base64-encoded metadata (verified_contents.json).
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension source code contains no login UI, authentication logic, account references, or session management. The core workflow—selecting text on a webpage and looking it up via the context menu—operates entirely without authentication. The store description explicitly states it is 'free.' The extension embeds app.clarify.no via an iframe but does not inject any login flow.