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翻訳が選択したテキストが入力された状態で開く(別タブ)
※デフォルトで「自動検出->日本語」です 扩展基本信息
| 名称 | |
| 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"
}
} | |