AI 产品解读Diacritic completion for selected text
Helps users quickly add correct accented characters (diacritics) to text they are typing in supported languages (French, Spanish, German, Czech, Slovak).
User selects text -> triggers extension via context menu or keyboard shortcut -> extension sends selected text to accents.io API -> API returns suggested accented versions -> extension replaces original text with accented version in the active input field.
Context menu integration to add accents to selected textKeyboard shortcut (Ctrl+Shift+Z / Cmd+Shift+Z) to trigger accent completionAuto-detection of user's language from browser settingsSupport for multiple languages: French, Spanish, German, Czech, SlovakSmart filtering to skip URLs, emails, HTML tags, and scripts
- 目标用户
- Multilingual writers / People typing in French, Spanish, German, Czech, or Slovak / Users who frequently type accented characters
- The welcome page at accents.io/welcome was not inspected directly; if it requires login, it would not affect extension functionality since the extension works independently.
- The API endpoint accents.io/api/suggest was not tested live; assumed to be free based on lack of auth requirements in client code.
付费分析未识别到付费功能
No paid features, billing, subscriptions, or upgrade prompts are present in the extension code. The extension is entirely free. The keyword 'pro' matched in static analysis refers to 'processText' function names, not a paid tier.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension performs all its functionality locally and via a public API without requiring any user authentication. No login forms, auth tokens, or account creation flows exist in the source code. The welcome page opened on install is informational only and does not gate functionality.