翻译助手
在百度、谷歌、有道、必应、搜狗等翻译网页页面,按下“格式化”键,可去除待翻译文本框中的换行符。请在“选项”中查看更多功能和设置。
What is 翻译助手?
翻译助手 is a Chrome extension developed by And_ZJ, and its main feature is "在百度、谷歌、有道、必应、搜狗等翻译网页页面,按下“格式化”键,可去除待翻译文本框中的换行符。请在“选项”中查看更多功能和设置。".
Extension Screenshots
Download 翻译助手 Extension CRX File
Download 翻译助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
插件名:翻译助手 功能如下: 1. 点击“格式化”按钮,可自动去除待翻译文本中的换行符。(默认打开,选项中还有细化配置) 2. 可设置“格式化”按钮的键盘快捷键。(默认打开,快捷键为“ctrl+/”) 3. 点击“复制”按钮,一键复制翻译结果。(默认打开) 4. 翻译网页上按下 backspace 键,焦点将回到原文输入框。(需在选项中打开) 5. 同时按下 shift 和 backspace 键(应先按 shift 键),可直接清空原文输入框内容。(需在选项中打开) 由于翻译网页可能更新,如果上述功能某些失效了,请通过Github或者邮箱联系作者,谢谢。
Extension Basic Information
Name | 翻译助手 |
ID | ldhdmpimmbbjemmbklofidofnkgpakaa |
Official URL | https://chromewebstore.google.com/detail/%E7%BF%BB%E8%AF%91%E5%8A%A9%E6%89%8B/ldhdmpimmbbjemmbklofidofnkgpakaa |
Description | 在百度、谷歌、有道、必应、搜狗等翻译网页页面,按下“格式化”键,可去除待翻译文本框中的换行符。请在“选项”中查看更多功能和设置。 |
File Size | 172 KB |
Installation Count | 1,113 |
Current Version | 0.8.7 |
Last Updated | 2023-04-22 |
Publish Date | 2022-11-27 |
Rating | 5.00/5 Total 9 Ratings |
Developer | And_ZJ |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/And-ZJ/TranslateHelper |
Privacy Policy Page URL | https://github.com/And-ZJ/TranslateHelper/blob/master/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E.md |
Supported Languages | zh-CN |
manifest.json | |
{ "name": "\u7ffb\u8bd1\u52a9\u624b", "version": "0.8.7", "manifest_version": 3, "description": "\u5728\u767e\u5ea6\u3001\u8c37\u6b4c\u3001\u6709\u9053\u3001\u5fc5\u5e94\u3001\u641c\u72d7\u7b49\u7ffb\u8bd1\u7f51\u9875\u9875\u9762\uff0c\u6309\u4e0b\u201c\u683c\u5f0f\u5316\u201d\u952e\uff0c\u53ef\u53bb\u9664\u5f85\u7ffb\u8bd1\u6587\u672c\u6846\u4e2d\u7684\u6362\u884c\u7b26\u3002\u8bf7\u5728\u201c\u9009\u9879\u201d\u4e2d\u67e5\u770b\u66f4\u591a\u529f\u80fd\u548c\u8bbe\u7f6e\u3002", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "offline_enabled": true, "short_name": "\u7ffb\u8bd1\u52a9\u624b", "content_scripts": [ { "matches": [ "*:\/\/fanyi.baidu.com\/*", "*:\/\/translate.google.cn\/*", "*:\/\/translate.google.com\/*", "*:\/\/translate.google.com.hk\/*", "*:\/\/fanyi.youdao.com\/*", "*:\/\/cn.bing.com\/translator\/*", "*:\/\/www.bing.com\/translator*", "*:\/\/translate.sogou.com\/*", "*:\/\/fanyi.sogou.com\/*", "*:\/\/www.deepl.com\/translator*" ], "js": [ "js\/jquery-3.5.0.min.js", "js\/jquery.hotkeys.js", "js\/clipboard.min.js", "js\/debug.js", "js\/config.js", "js\/function-format.js", "js\/functions.js", "js\/app.js" ], "css": [ "css\/app.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "options_page": "html\/options.html", "options_ui": { "page": "html\/options.html" }, "action": { "default_popup": "html\/popup.html" }, "homepage_url": "https:\/\/github.com\/And-ZJ\/TranslateHelper", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |