-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.json
43 lines (43 loc) · 1.34 KB
/
plugin.json
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
42
43
{
"pluginName": "翻译",
"version": "4.2.6",
"description": "快速翻译,实时输入翻译,列表翻译,原生列表自动复制,多语言翻译,多API切换,音标朗读,句子朗读,朗读设置,语言设置,变量格式化,代理设置",
"author": "HaleShaw",
"homepage": "https://github.com/HaleShaw/uTools-Translate",
"main": "index.html",
"preload": "preload.js",
"logo": "logo.png",
"features": [
{
"code": "translate_text",
"explain": "快速翻译,实时输入翻译,列表翻译,自动复制,多语言翻译,多API切换,音标朗读,句子朗读,变量格式化",
"icon": "logo.png",
"cmds": [
"翻译",
"translate",
"tr",
{
"type": "over",
"label": "翻译",
"maxLength": 5000
},
{
"type": "over",
"label": "translate",
"maxLength": 5000
},
{
"type": "over",
"label": "tr",
"maxLength": 5000
}
]
},
{
"code": "translate_setting",
"explain": "翻译设置,切换翻译API,设置朗读,设置源语言和目标语言,设置变量模式,设置代理",
"icon": "logo.png",
"cmds": ["翻译设置", "translate setting", "setting", "t setting", "设置", "ts"]
}
]
}