LineBreakRemover for DeepL ContextMenu
An extension that allows you to select text and right-click to access DeepL with line breaks removed.
LineBreakRemover for DeepL ContextMenu란 무엇입니까?
LineBreakRemover for DeepL ContextMenu은(는) teahat_dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that allows you to select text and right-click to access DeepL with line breaks removed."입니다.
확장 프로그램 스크린샷
LineBreakRemover for DeepL ContextMenu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you select a text in a PDF and try to translate it with the application DeepL (deepl.com), it may contain unwanted line breaks. By selecting the text and right-clicking and selecting this extension, you can remove the line breaks in the selected text and access the DeepL website.
확장 프로그램 기본 정보
이름 | LineBreakRemover for DeepL ContextMenu |
ID | njddmnlbagjbfflgigchnigdeohkjnbh |
공식 URL | https://chromewebstore.google.com/detail/linebreakremover-for-deep/njddmnlbagjbfflgigchnigdeohkjnbh |
설명 | An extension that allows you to select text and right-click to access DeepL with line breaks removed. |
파일 크기 | 9.37 KB |
설치 횟수 | 992 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-05-16 |
출시 날짜 | 2021-05-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | teahat_dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LineBreakRemover for DeepL ContextMenu", "version": "1.0.1", "permissions": [ "contextMenus", "storage" ], "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html", "run_at": "document_start" }, "options_ui": { "page": "options.html", "chrome_style": true } } |