We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
首先感谢作者贡献该extension。 有几点小建议:
另作者是否考虑开发下油猴脚本,这样firefox和safari就都可以使用了。目前chrome上体验也很棒。
The text was updated successfully, but these errors were encountered:
希望能有一个设置自动发音的选项。
Sorry, something went wrong.
我也是 强烈建议增加自动发音功能(技术上可实现的话 最好还可自定义:开关 语速 音量)能节省无数宝贵时间 感谢技术大牛的默默奉献 造福网民 这是我至今用过最好的英语查词Chrome扩展 配合AutoHotkey自定义键盘按键 我可以一键(【;】右边的【‘】键)查鼠标选中的(chrome浏览器上双击可以很快选中单词)英文词 以下是我的ahk(v2.0版)代码 '::{ SendInput '^c!m' sleep 333 SendInput '^v{Enter}' }
No branches or pull requests
首先感谢作者贡献该extension。
有几点小建议:
2.1 优化下选词浮动框的位置。目前选取一句话后翻译浮动框的位置会部分覆盖了选取的句子,建议弹出的翻译浮动框在整个选取句子的下面,便于英文与中文的对比。
2.2 另弹出浮动框后,需鼠标在浏览器含文字的页面单击浮动框才可消失,建议在任意非浮动框界面单击均可隐去浮动框。
另作者是否考虑开发下油猴脚本,这样firefox和safari就都可以使用了。目前chrome上体验也很棒。
The text was updated successfully, but these errors were encountered: