-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
52 lines (51 loc) · 1.34 KB
/
manifest.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
44
45
46
47
48
49
50
51
52
{
"id": "0d8bbfb7",
"name": "Convert font data to CSS",
"version": "0.0.3",
"icons": [
],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "menu",
"label": {
"default": "GET FONT DATA ALL",
"ja": "全てのフォントデータを取得"
},
"commandId": "getFontDataAll",
"shortcut": {
"mac": "Cmd+Alt+A",
"win": "Ctrl+Alt+A"
}
},
{
"type": "menu",
"label": {
"default": "GET CHAR SPACING",
"ja": "letter-spacingを取得"
},
"commandId": "getCharSpacing",
"shortcut": {
"mac": "Cmd+Alt+C",
"win": "Ctrl+Alt+C"
}
},
{
"type": "menu",
"label": {
"default": "GET LINE HEIGHT",
"ja": "line-heightを取得"
},
"commandId": "getLineHeight",
"shortcut": {
"mac": "Cmd+Alt+L",
"win": "Ctrl+Alt+L"
}
}
]
}