deepl-select-jump
選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加
deepl-select-jumpคืออะไร?
deepl-select-jump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.u.tsukuba.ac.jp/~s1811528 และคุณลักษณะหลักของมันคือ "選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย deepl-select-jump
ดาวน์โหลดไฟล์ส่วนขยาย deepl-select-jump ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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翻訳が選択したテキストが入力された状態で開く(別タブ)
※デフォルトで「自動検出->日本語」です ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |