-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathplugin.json
42 lines (42 loc) · 1.02 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
{
"name": "6843f319",
"pluginName": "浏览器历史记录搜索",
"description": "快速搜索Chrome系列浏览器历史记录,例如 Chrome/Edge 支持多个关键词筛选",
"version": "v2.2.0",
"preload": "dist/preload.js",
"author": "莫回首",
"homepage": "https://github.com/mohuishou/utools",
"logo": "icon/browser.png",
"features": [
{
"code": "ch",
"explain": "Chrome/Edge 历史记录搜索",
"cmds": [
"ch",
"edge",
"Chrome历史记录",
"Edge历史记录",
{
"type": "over",
"label": "搜索浏览器历史记录"
}
],
"icon": "icon/browser.png",
"mainPush": true
},
{
"code": "ch-setting",
"explain": "Chrome Profile 目录设置",
"cmds": [
{
"type": "files",
"label": "设置为 Chrome Profile 目录",
"fileType": "directory",
"minNum": 1,
"maxNum": 1
}
],
"icon": "icon/browser.png"
}
]
}