-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
78 lines (78 loc) · 2.01 KB
/
plugin.json
File metadata and controls
78 lines (78 loc) · 2.01 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"pluginName": "呼哈开发者工具箱",
"description": "一款优雅、强大的开发者工具集成插件",
"version": "0.0.1",
"author": "HUHA",
"homepage": "https://gitee.com/huhage/programmers-assistant-utools/tree/master",
"main": "index.html",
"logo": "logo.png",
"preload": "preload.js",
"development": {
"main": "http://localhost:3000"
},
"features": [
{
"code": "devtoolbox",
"explain": "开发者工具箱",
"cmds": ["开发工具", "DevToolBox", "工具箱", "dev"],
"window": {
"width": "100%",
"height": "100%",
"maxWidth": "100%",
"maxHeight": "100%",
"center": true,
"resizable": true
}
},
{
"code": "json",
"explain": "JSON格式化",
"cmds": ["json", "JSON", "json格式化"]
},
{
"code": "xml",
"explain": "XML格式化",
"cmds": ["xml", "XML", "xml格式化"]
},
{
"code": "sql-in",
"explain": "SQL IN语句生成",
"cmds": ["sql", "in", "SQL IN"]
},
{
"code": "regex",
"explain": "正则表达式工具",
"cmds": ["regex", "正则", "正则表达式"]
},
{
"code": "diff",
"explain": "代码对比工具",
"cmds": ["diff", "代码对比", "文本对比"]
},
{
"code": "sql-params",
"explain": "SQL参数填充工具",
"cmds": ["sql", "params", "SQL参数", "参数填充"]
},
{
"code": "credit-code",
"explain": "统一社会信用代码生成",
"cmds": ["统一社会信用代码", "信用代码", "社会信用代码", "企业代码"]
},
{
"code": "linux-manual",
"explain": "Linux命令手册",
"cmds": ["linux", "命令", "manual", "linux命令", "命令手册"]
},
{
"code": "aes",
"explain": "AES加密工具",
"cmds": ["aes", "AES", "加密", "解密"]
},
{
"code": "rsa",
"explain": "RSA加密工具",
"cmds": ["rsa", "RSA", "非对称加密"]
}
]
}