AI 产品解读Korean-English dictionary extension that shows English word definitions and example sentences via tooltip overlays on any webpage
Lets Korean speakers quickly look up English word meanings without leaving the current page — no need to open a separate dictionary tab or copy-paste words
User double-clicks or selects an English word on any webpage → content script detects the selection → background script fetches definition from Naver English Dictionary API → a tooltip popup (or side panel) displays the Korean translation, definitions, and example sentences inline on the page.
Double-click or drag-select any English word on any webpage to see a popup with Korean definitions and example sentencesSearch words via the extension popup or Chrome side panelSupports keyboard shortcut (Ctrl+Shift+E / Cmd+Shift+E) to open the side panelDark theme supportText-to-speech (TTS) for word pronunciationInflected/form suggestions (e.g., plural, past tense forms)
- 目标用户
- Korean-speaking users learning or reading English content in Chrome
- Source files are heavily minified/bundled (React, Lodash, MobX), making granular code inspection difficult but also confirming no hidden auth/payment logic
- Could not find a settings page source file to verify there are no account-linked features there, though the popup and settings chunk code show no login-related UI
付费分析未识别到付费功能
No premium features, subscription gates, payment APIs, or upgrade prompts found in the extension source. All 'subscribe' hits are React useState/useSubscribe internals. All 'pro' hits are from React profiler Symbol.for() calls and minified variable names. All 'license' hits are MIT license headers from bundled Lodash/React libraries. The extension has a promotional ad link to thelistening.ai (a separate YouTube-based English learning service), but this is a simple outbound link, not a paid feature gated by this extension.
- 置信度
- 88
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, authentication flow, or account system found in any source file. The extension fetches definitions directly from Naver's public English dictionary API (en.dict.naver.com/api3/enko/search) without requiring user authentication. All keyword hits for 'token', 'signin', 'auth', 'session' are false positives from minified library internals (Lodash, React, MobX).