Remove line breaks from translator
Remove line breaks from translator
What is Remove line breaks from translator?
Remove line breaks from translator is a Chrome extension developed by ygtat0, and its main feature is "Remove line breaks from translator".
Extension Screenshots
Download Remove line breaks from translator Extension CRX File
Download Remove line breaks from translator 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
用来自动去除换行符,并自动分段(仅支持英文到其他语言的翻译),使翻译更准确。 支持以下翻译网站: translate.google.cn translate.google.com fanyi.youdao.com fanyi.baidu.com cn.bing.com/translator 暂没有插件开关按钮,后面再增加。 如果需要手工输入换行符,前面的字符需要是英文句号,冒号,感叹号,问号等才行。否则会被替换为空格。 ------------------------------ Remove line breaks from translator. It is mainly used to automatically delete line breaks in Google Translate when copying text from pdf to make the translation more accurate. Support list: translate.google.cn translate.google.com fanyi.youdao.com fanyi.baidu.com cn.bing.com/translator TODO: extension switch Copyright © 2021 [email protected]
Extension Basic Information
Name | Remove line breaks from translator |
ID | ddpbnpncdgiakoebbliomhjpkkhjbbdm |
Official URL | https://chromewebstore.google.com/detail/remove-line-breaks-from-t/ddpbnpncdgiakoebbliomhjpkkhjbbdm |
Description | Remove line breaks from translator |
File Size | 9.73 KB |
Installation Count | 71 |
Current Version | 1.3 |
Last Updated | 2021-06-16 |
Publish Date | 2021-06-16 |
Developer | ygtat0 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "replaceLineBreaks.js" ], "matches": [ "*:\/\/translate.google.cn\/*", "*:\/\/translate.google.com\/*", "*:\/\/fanyi.baidu.com\/*", "*:\/\/fanyi.youdao.com\/*", "*:\/\/cn.bing.com\/translator\/*" ] } ], "description": "Remove line breaks from translator", "manifest_version": 2, "name": "Remove line breaks from translator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |