-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
62 lines (62 loc) · 1.7 KB
/
plugin.json
File metadata and controls
62 lines (62 loc) · 1.7 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
{
"name": "snippets",
"author": "TCOTC",
"url": "https://github.com/TCOTC/snippets",
"version": "1.4.7",
"minAppVersion": "3.1.27",
"backends": ["all"],
"frontends": ["all"],
"disabledInPublish": true,
"displayName": {
"default": "Code Snippets Manager",
"zh_CN": "代码片段管理器",
"zh_CHT": "代碼片段管理器",
"ja_JP": "コードスニペットマネージャー"
},
"description": {
"default": "The best plugin to manage and edit code snippets",
"zh_CN": "管理与编辑代码片段最好用的插件",
"zh_CHT": "管理與編輯代碼片段最好用的外掛程式",
"ja_JP": "コードスニペットを管理・編集する最高のプラグイン"
},
"readme": {
"default": "README.md",
"zh_CN": "README_zh_CN.md",
"zh_CHT": "README_zh_CHT.md",
"ja_JP": "README_ja_JP.md"
},
"funding": {
"custom": ["https://bento.me/jeffff"]
},
"keywords": [
"css",
"js",
"javascript",
"Code Snippets",
"Open Snippets Dialog",
"Open Snippets Panel",
"View Snippets",
"Edit Snippets",
"Manage Snippets",
"Code Manager",
"打开代码片段对话框",
"打开代码片段面板",
"查看代码片段",
"编辑代码片段",
"管理代码片段",
"代码管理器",
"打開代碼片段對話框",
"打開代碼片段面板",
"查看代碼片段",
"編輯代碼片段",
"管理代碼片段",
"代码管理器",
"コードスニペット",
"スニペットダイアログを開く",
"スニペットパネルを開く",
"スニペットを表示",
"スニペットを編集",
"スニペットを管理",
"コードマネージャー"
]
}