Skip to content

Commit 28556b4

Browse files
committed
plugin: add LocalSend plugin
1 parent 5c3c56d commit 28556b4

File tree

1 file changed

+107
-18
lines changed

1 file changed

+107
-18
lines changed

store-plugin.json

Lines changed: 107 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"ScreenshotUrls": [
1414
"https://raw.githubusercontent.com/qianlifeng/Wox.Plugin.Obsidian/main/images/app.png"
1515
],
16-
"SupportedOS": ["Windows", "Darwin", "Linux"],
16+
"SupportedOS": [
17+
"Windows",
18+
"Darwin",
19+
"Linux"
20+
],
1721
"DateCreated": "2023-08-29 00:00:00",
1822
"DateUpdated": "2025-12-28 20:41:19"
1923
},
@@ -31,7 +35,11 @@
3135
"ScreenshotUrls": [
3236
"https://raw.githubusercontent.com/Wox-launcher/Wox.Plugin.Selection.Sum/main/assets/snipaste.png"
3337
],
34-
"SupportedOS": ["Windows", "Darwin", "Linux"],
38+
"SupportedOS": [
39+
"Windows",
40+
"Darwin",
41+
"Linux"
42+
],
3543
"DateCreated": "2024-02-03 15:49:00",
3644
"DateUpdated": "2024-03-02 09:57:37"
3745
},
@@ -49,7 +57,11 @@
4957
"ScreenshotUrls": [
5058
"https://raw.githubusercontent.com/Wox-launcher/Wox.Plugin.DeepL/main/assets/snapshot.png"
5159
],
52-
"SupportedOS": ["Windows", "Darwin", "Linux"],
60+
"SupportedOS": [
61+
"Windows",
62+
"Darwin",
63+
"Linux"
64+
],
5365
"DateCreated": "2024-02-23 19:09:00",
5466
"DateUpdated": "2025-12-18 21:16:56"
5567
},
@@ -67,7 +79,9 @@
6779
"ScreenshotUrls": [
6880
"https://raw.githubusercontent.com/Wox-launcher/Wox.Plugin.Arc/main/assets/snapshot.png"
6981
],
70-
"SupportedOS": ["Darwin"],
82+
"SupportedOS": [
83+
"Darwin"
84+
],
7185
"DateCreated": "2024-05-07 13:02:00",
7286
"DateUpdated": "2024-05-21 22:51:11"
7387
},
@@ -85,7 +99,9 @@
8599
"ScreenshotUrls": [
86100
"https://raw.githubusercontent.com/lylwx/Wox.Plugin.OSXVolumeControl/main/snapshot.jpg"
87101
],
88-
"SupportedOS": ["Darwin"],
102+
"SupportedOS": [
103+
"Darwin"
104+
],
89105
"DateCreated": "2024-05-21 15:50:00",
90106
"DateUpdated": "2025-11-13 16:25:10"
91107
},
@@ -103,7 +119,11 @@
103119
"ScreenshotUrls": [
104120
"https://raw.githubusercontent.com/qianlifeng/Wox.Plugin.Moodist/main/snipaste.png"
105121
],
106-
"SupportedOS": ["Windows", "Darwin", "Linux"],
122+
"SupportedOS": [
123+
"Windows",
124+
"Darwin",
125+
"Linux"
126+
],
107127
"DateCreated": "2024-06-06 23:51:00",
108128
"DateUpdated": "2024-06-06 23:51:00"
109129
},
@@ -121,7 +141,11 @@
121141
"ScreenshotUrls": [
122142
"https://raw.githubusercontent.com/Wox-launcher/Wox.Plugin.Spotify/main/prev.png"
123143
],
124-
"SupportedOS": ["Windows", "Darwin", "Linux"],
144+
"SupportedOS": [
145+
"Windows",
146+
"Darwin",
147+
"Linux"
148+
],
125149
"DateCreated": "2024-07-05 15:00:00",
126150
"DateUpdated": "2024-07-05 15:00:00"
127151
},
@@ -139,7 +163,11 @@
139163
"ScreenshotUrls": [
140164
"https://raw.githubusercontent.com/qianlifeng/Wox.Plugin.RSSReader/main/prev.png"
141165
],
142-
"SupportedOS": ["Windows", "Darwin", "Linux"],
166+
"SupportedOS": [
167+
"Windows",
168+
"Darwin",
169+
"Linux"
170+
],
143171
"DateCreated": "2024-08-07 14:00:00",
144172
"DateUpdated": "2025-05-22 22:50:49"
145173
},
@@ -157,7 +185,11 @@
157185
"ScreenshotUrls": [
158186
"https://raw.githubusercontent.com/sachadvr/Wox.Custom.Commands.Plugin/main/images/screenshot.png"
159187
],
160-
"SupportedOS": ["Windows", "Darwin", "Linux"],
188+
"SupportedOS": [
189+
"Windows",
190+
"Darwin",
191+
"Linux"
192+
],
161193
"DateCreated": "2025-04-17 11:00:00",
162194
"DateUpdated": "2025-04-17 23:02:38"
163195
},
@@ -175,7 +207,11 @@
175207
"ScreenshotUrls": [
176208
"https://gist.github.com/user-attachments/assets/26f4c4de-f8fa-49af-8a3e-75ca99ef9a6d"
177209
],
178-
"SupportedOS": ["Windows", "Darwin", "Linux"],
210+
"SupportedOS": [
211+
"Windows",
212+
"Darwin",
213+
"Linux"
214+
],
179215
"DateCreated": "2025-08-25 21:15:00",
180216
"DateUpdated": "2025-12-13 13:55:00"
181217
},
@@ -193,7 +229,11 @@
193229
"ScreenshotUrls": [
194230
"https://gist.github.com/user-attachments/assets/4a93ab0f-9496-4b5d-94a8-d8c2b6fb129a"
195231
],
196-
"SupportedOS": ["Windows", "Darwin", "Linux"],
232+
"SupportedOS": [
233+
"Windows",
234+
"Darwin",
235+
"Linux"
236+
],
197237
"DateCreated": "2025-11-15 23:15:00",
198238
"DateUpdated": "2025-11-15 23:15:00"
199239
},
@@ -211,7 +251,9 @@
211251
"ScreenshotUrls": [
212252
"https://raw.githubusercontent.com/qianlifeng/Wox.Plugin.Mole/main/image/demo.png"
213253
],
214-
"SupportedOS": ["Darwin"],
254+
"SupportedOS": [
255+
"Darwin"
256+
],
215257
"DateCreated": "2025-11-26 22:15:00",
216258
"DateUpdated": "2025-11-26 22:15:00"
217259
},
@@ -229,7 +271,9 @@
229271
"ScreenshotUrls": [
230272
"https://gist.github.com/user-attachments/assets/da42e6f5-470d-41cf-8796-0684209df0c9"
231273
],
232-
"SupportedOS": ["windows"],
274+
"SupportedOS": [
275+
"windows"
276+
],
233277
"DateCreated": "2025-12-12 21:06:00",
234278
"DateUpdated": "2025-12-12 21:06:00"
235279
},
@@ -248,7 +292,11 @@
248292
"https://gist.github.com/user-attachments/assets/06dc6d7e-1cb2-41e5-aa1d-d2d1bc42984b",
249293
"https://gist.github.com/user-attachments/assets/07958add-c6dd-42d0-bcbe-7108724dcfc8"
250294
],
251-
"SupportedOS": ["windows", "darwin", "linux"],
295+
"SupportedOS": [
296+
"windows",
297+
"darwin",
298+
"linux"
299+
],
252300
"DateCreated": "2025-12-13 15:12:00",
253301
"DateUpdated": "2025-12-13 15:12:00"
254302
},
@@ -266,7 +314,10 @@
266314
"ScreenshotUrls": [
267315
"https://github.com/Wox-launcher/Wox.Plugin.ColorPicker/raw/main/images/screenshot1.png"
268316
],
269-
"SupportedOS": ["windows", "darwin"],
317+
"SupportedOS": [
318+
"windows",
319+
"darwin"
320+
],
270321
"DateCreated": "2025-12-15 16:47:00",
271322
"DateUpdated": "2025-12-18 21:17:03",
272323
"I18n": {
@@ -294,7 +345,11 @@
294345
"ScreenshotUrls": [
295346
"https://github.com/qianlifeng/Wox.Plugin.Strava/raw/main/image/screenshot.png"
296347
],
297-
"SupportedOS": ["windows", "darwin", "linux"],
348+
"SupportedOS": [
349+
"windows",
350+
"darwin",
351+
"linux"
352+
],
298353
"DateCreated": "2025-12-26 14:47:00",
299354
"DateUpdated": "2025-12-26 14:47:00",
300355
"I18n": {
@@ -320,7 +375,11 @@
320375
"ScreenshotUrls": [
321376
"https://github.com/Wox-Launcher/Wox.Plugin.KillProcess/raw/main/image/screenshot.png"
322377
],
323-
"SupportedOS": ["windows", "darwin", "linux"],
378+
"SupportedOS": [
379+
"windows",
380+
"darwin",
381+
"linux"
382+
],
324383
"DateCreated": "2025-12-27 19:55:00",
325384
"DateUpdated": "2025-12-27 19:55:00",
326385
"I18n": {
@@ -333,5 +392,35 @@
333392
"plugin_description": "通过进程名称或 ID 终止正在运行的进程"
334393
}
335394
}
395+
},
396+
{
397+
"Id": "407fdbba-bdab-4bc1-aa09-b46e811155a6",
398+
"Name": "LocalSend",
399+
"Author": "qianlifeng",
400+
"Version": "0.0.1",
401+
"MinWoxVersion": "2.0.0",
402+
"Runtime": "nodejs",
403+
"Description": "i18n:plugin_description",
404+
"IconUrl": "https://raw.githubusercontent.com/qianlifeng/Wox.Plugin.LocalSend/refs/heads/main/images/app.png",
405+
"Website": "https://github.com/qianlifeng/Wox.Plugin.LocalSend",
406+
"DownloadUrl": "https://github.com/qianlifeng/Wox.Plugin.LocalSend/releases/latest/download/wox-plugin-localsend.wox",
407+
"ScreenshotUrls": [
408+
"https://github.com/qianlifeng/Wox.Plugin.LocalSend/raw/main/images/screenshot.png"
409+
],
410+
"SupportedOS": [
411+
"windows",
412+
"darwin",
413+
"linux"
414+
],
415+
"DateCreated": "2026-01-02 22:40:00",
416+
"DateUpdated": "2026-01-02 22:40:00",
417+
"I18n": {
418+
"en_US": {
419+
"plugin_description": "Share files via LocalSend protocol"
420+
},
421+
"zh_CN": {
422+
"plugin_description": "通过 LocalSend 协议共享文件"
423+
}
424+
}
336425
}
337-
]
426+
]

0 commit comments

Comments
 (0)