-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin.json
More file actions
50 lines (50 loc) · 1.17 KB
/
Copy pathplugin.json
File metadata and controls
50 lines (50 loc) · 1.17 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
{
"pluginName": "截图工具",
"description": "截图工具",
"author": "xiaou",
"version": "1.0.0",
"logo": "logo.png",
"preload": "preload.js",
"features": [
{
"code": "shortcutCapture",
"explain": "截图工具",
"cmds": ["shortcutCapture", "sc", "截屏", "截图"]
},
{
"code": "delayShortcutCapture",
"explain": "触发后延时3s开始截图",
"cmds": ["延时截图", "dsc"]
},
{
"code": "shortcutCapture©",
"explain": "截图并复制",
"cmds": ["截图并复制", "scc"]
},
{
"code": "shortcutCapture&save",
"explain": "截图并保存",
"cmds": ["截图并保存", "scs"]
},
{
"code": "shortcutCaptureSetting",
"explain": "截图设置",
"cmds": ["截图设置", "sx"]
},
{
"code": "pictureBase64",
"explain": "截图工具",
"cmds": [
{
"type": "img",
"label": "截图工具"
},
{
"type": "regex",
"label": "base64图片",
"match": "/^data:image\/(bmp|gif|heic|jpeg|jpeg|jpeg|png|svg\\+xml|webp|x-icon);base64,/"
}
]
}
]
}