-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
41 lines (41 loc) · 1.33 KB
/
Copy pathplugin.json
File metadata and controls
41 lines (41 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"pluginName": "翻译",
"version": "4.3.7",
"description": "快速翻译,实时输入翻译,列表翻译,原生列表自动复制,多语言翻译,多API切换,AI翻译,音标朗读,句子朗读,朗读设置,语言设置,变量格式化,代理设置",
"author": "HaleShaw",
"homepage": "https://github.com/HaleShaw/uTools-Translate",
"main": "index.html",
"preload": "preload.js",
"logo": "logo.png",
"features": [
{
"code": "translate_text",
"explain": "快速翻译,实时输入翻译,列表翻译,自动复制,多语言翻译,多API切换,AI翻译,音标朗读,句子朗读,变量格式化",
"icon": "logo.png",
"mainPush": true,
"cmds": [
"翻译",
"translate",
"tr",
{
"type": "over",
"label": "翻译",
"exclude": "/^(翻译|translate|tr|fy|翻译设置|设置|translatesetting|tsetting|setting|ts|fysz|sz)$/",
"maxLength": 5000
}
]
},
{
"code": "translate_setting",
"explain": "翻译设置,切换翻译API,设置朗读,设置源语言和目标语言,设置变量模式,设置代理",
"icon": "setting.png",
"cmds": [
"翻译设置",
"setting",
"tsetting",
"设置",
"ts"
]
}
]
}