deepl-select-jump
選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加
deepl-select-jump란 무엇입니까?
deepl-select-jump은(는) https://www.u.tsukuba.ac.jp/~s1811528에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加"입니다.
확장 프로그램 스크린샷
deepl-select-jump 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to use 1) Right-click on the selected text on the page. 2) "Throw the selected text to DeepL! 3) Open the DeepL translation with the selected text entered (in a separate tab) * The default setting is "Auto-detect -> Japanese". 使い方 ①ページ上で選択中のテキスト上で右クリック ②「選択中のテキストをDeepLに投げる!」を選択 ③DeepL翻訳が選択したテキストが入力された状態で開く(別タブ) ※デフォルトで「自動検出->日本語」です
확장 프로그램 기본 정보
이름 | deepl-select-jump |
ID | hmejdnnbejbmmpfnpojbmhecjfkkheme |
공식 URL | https://chromewebstore.google.com/detail/deepl-select-jump/hmejdnnbejbmmpfnpojbmhecjfkkheme |
설명 | 選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加 |
파일 크기 | 8.91 KB |
설치 횟수 | 1,817 |
현재 버전 | 0.2 |
최근 업데이트 | 2020-08-06 |
출시 날짜 | 2020-05-30 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://www.u.tsukuba.ac.jp/~s1811528 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/eggplants/deepl-select-jump |
도움말 페이지 URL | https://github.com/eggplants/deepl-select-jump/issues |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "deepl-select-jump", "version": "0.2", "description": "\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e\u53f3\u30af\u30ea\u30c3\u30af\u30e1\u30cb\u30e5\u30fc\u306bDeepL\u7ffb\u8a33\u3078\u6295\u3052\u308b\u6a5f\u80fd\u3092\u8ffd\u52a0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon48.png" } } |