这可能是东半球最清爽高效的chrome翻译插件
English:
- default hotkey:
Shift+Alt+Y - easy-to-use:
auto focustextarea -> input -> press Enter - support long sentences
- auto recognition language
中文:
- 默认快捷键:
Shift+Alt+Y - 简单易用:自动焦点输入框 -> 输入文本 -> 敲回车
- 支持长句子
- 自动识别语言
-
Download the zip file and unzip
-
Go to chrome://extensions/ and check the box for Developer mode in the top right.
-
Click the Load unpacked extension button in the top left and select the unzipped folder
If the plugin open the popup with delay, try to add the file: backgroud.html, and upadte the manifest.json
//manifest.json
...
"background": {
"page": "background.html",
"persistent": true
},
...
