-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
43 lines (43 loc) · 907 Bytes
/
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
{
"name": "sy-plugin-tab-close",
"author": "pakeh",
"url": "https://github.com/pakeh2866/sy-plugin-tab-close",
"version": "v0.4.5",
"minAppVersion": "3.0.12",
"backends": [
"windows",
"linux",
"darwin",
"docker"
],
"frontends": [
"desktop",
"browser-desktop",
"desktop-window"
],
"displayName": {
"en_US": "Tab Manager",
"zh_CN": "标签页定时关闭"
},
"description": {
"en_US": "Automatically close inactive tabs to keep your workspace clean and save resources. Closed tabs can be easily restored.",
"zh_CN": "自动关闭不活跃的标签页,保持工作区整洁并节省资源。"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
""
]
},
"keywords": [
"tab",
"manager",
"productivity",
"标签页",
"管理器",
"效率"
]
}