deepl-select-jump
選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加
什麼是deepl-select-jump?
deepl-select-jump是由https://www.u.tsukuba.ac.jp/~s1811528開發的Chrome擴展程式,該擴展的主要功能是“選択したテキストの右クリックメニューにDeepL翻訳へ投げる機能を追加”。
擴展截圖
下載deepl-select-jump擴展crx文件
下載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翻訳が選択したテキストが入力された状態で開く(別タブ) ※デフォルトで「自動検出->日本語」です
擴展基本資訊
名稱 | deepl-select-jump |
ID | hmejdnnbejbmmpfnpojbmhecjfkkheme |
官方網址 | 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" } } |