Remove line breaks from translator
Remove line breaks from translator
Remove line breaks from translator란 무엇입니까?
Remove line breaks from translator은(는) ygtat0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove line breaks from translator"입니다.
확장 프로그램 스크린샷
Remove line breaks from translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
用来自动去除换行符,并自动分段(仅支持英文到其他语言的翻译),使翻译更准确。 支持以下翻译网站: 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]
확장 프로그램 기본 정보
이름 | Remove line breaks from translator |
ID | ddpbnpncdgiakoebbliomhjpkkhjbbdm |
공식 URL | https://chromewebstore.google.com/detail/remove-line-breaks-from-t/ddpbnpncdgiakoebbliomhjpkkhjbbdm |
설명 | Remove line breaks from translator |
파일 크기 | 9.73 KB |
설치 횟수 | 71 |
현재 버전 | 1.3 |
최근 업데이트 | 2021-06-16 |
출시 날짜 | 2021-06-16 |
개발자 | ygtat0 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } |