AI 产品解读Adds customizable keyboard shortcuts to Google Translate web interface for faster navigation and interaction
Google Translate's web interface requires mouse clicks for most actions (language selection, copying results, listening to pronunciation). This extension enables keyboard-driven workflow for power users who prefer keyboard navigation.
1. User installs extension and visits any translate.google.* page. 2. Content script injects keyboard event listeners and optional visual captions on buttons. 3. User presses Alt+number to switch languages, Shift+Enter to translate, Alt+C to copy results, etc. 4. User can customize all shortcuts via the extension's options page. 5. Settings sync across Chrome profiles via chrome.storage.sync.
Customizable Alt+number shortcuts for language selection (Alt+1 through Alt+7)Language swap shortcut (Alt+0)Translate trigger via Shift+EnterSource text deletion (Alt+D), microphone input (Alt+M)Result copy (Alt+C), listen to pronunciation (Alt+L), save to phrasebook (Alt+P)Focus source input (Alt+F)
- 目标用户
- Frequent Google Translate users who prefer keyboard navigation / Power users and keyboard-driven workflow enthusiasts / Translators and language learners who use Google Translate regularly
- Cannot verify runtime behavior without executing the extension
- Google Translate page itself may require Google account for certain features (phrasebook sync), but the extension does not gate on this
付费分析未识别到付费功能
All keyword hits are false positives: 'upgrade' refers to extension version upgrades (line 11 of background.js: 'When the extension is installed or upgraded'), 'license' refers to MIT license headers, 'pro' matches JavaScript Promise API and object properties. The only monetization is voluntary donations via GitHub Sponsors and Patreon links in options.html. No payment gating, subscription logic, or premium feature differentiation exists.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension injects content scripts directly into Google Translate pages and uses chrome.storage.sync for settings. No authentication flow, login UI, or account creation exists in the codebase. Google Translate itself does not require login for basic translation functionality.