-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
138 lines (138 loc) · 3.96 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"id": "c3c7d4f4",
"name": "Text Toolbox",
"version": "1.2.0",
"releaseNotes": "- Minor updates to ensure compatibility with new versions of Adobe XD\n- Adjusted the \"capitalize\" function to use XD's new, built-in text transform",
"description": "The tools you need – at your fingertips\n\nText Toolbox is your little helper when it comes to dealing with text layers in Adobe XD CC. With its functions being easily accessible with a keyboard shortcut, it automates otherwise laborious tasks leaving you more time for the creative side of UX-Design.\n\nCurrent features:\n- Trim text area height to fit its content\n- Insert placeholder text\n- Copy basic HTML markup for your text to go from Design to Development fast and easy\n- Replace text\n- Generate text reports\n- Convert text to uppercase\n\nLast but not least, I (the developer) am continually enhancing existing and thinking of more features, making the toolbox more and more versatile. Because of this, ideas, feature requests, and feedback of any kind are always very much appreciated. If you have any, please tell me via the support website (xdplugins.pabloklaschka.de) or email ([email protected]), and I'll see how I can accommodate your wishes...",
"host": {
"app": "XD",
"minVersion": "19.0"
},
"icons": [
{
"width": 24,
"height": 24,
"path": "assets/[email protected]"
},
{
"width": 48,
"height": 48,
"path": "assets/[email protected]"
},
{
"width": 96,
"height": 96,
"path": "assets/[email protected]"
},
{
"width": 144,
"height": 144,
"path": "assets/[email protected]"
},
{
"width": 192,
"height": 192,
"path": "assets/[email protected]"
}
],
"uiEntryPoints": [
{
"type": "menu",
"label": "Text Toolbox",
"menuItems": [
{
"type": "menu",
"label": {
"default": "Show commands…",
"de": "Aktionen anzeigen…"
},
"commandId": "modal",
"shortcut": {
"mac": "Cmd+Alt+T",
"win": "Ctrl+Alt+T"
}
},
{
"type": "menu",
"label": {
"default": "Adjust height",
"de": "Höhe anpassen"
},
"commandId": "trimHeight"
},
{
"type": "menu",
"label": {
"default": "Lorem Ipsum…",
"de": "Lorem Ipsum…"
},
"commandId": "lorem"
},
{
"type": "menu",
"label": {
"default": "Replace text…",
"de": "Text ersetzen…"
},
"commandId": "replaceText"
},
{
"type": "menu",
"label": {
"default": "Export text",
"de": "Text exportieren"
},
"commandId": "exportText"
},
{
"type": "menu",
"label": {
"default": "Capitalize text",
"de": "Großbuchstaben"
},
"commandId": "capitalize"
},
{
"type": "menu",
"label": {
"default": "Copy HTML…",
"de": "HTML kopieren…"
},
"commandId": "copyHTML"
},
{
"type": "menu",
"label": {
"default": "Settings…",
"de": "Einstellungen…"
},
"commandId": "settings"
},
{
"type": "menu",
"label": {
"default": "Help…",
"de": "Hilfe…"
},
"commandId": "help"
}
]
}
],
"author": "Pablo Klaschka",
"summary": "Handle text layers with ease",
"helpUrl": "https://xdplugins.pabloklaschka.de/support#TextToolbox",
"website": "https://xdplugins.pabloklaschka.de",
"languages": [
"en",
"de"
],
"keywords": [
"Text",
"Text layer",
"Export",
"Adjust height",
"Trim",
"Placeholder text"
]
}