forked from Flow-Launcher/Flow.Launcher.PluginsManifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
848 lines (848 loc) · 43.8 KB
/
plugins.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
[
{
"ID": "4579F00804F94B54B23CF207856E495F",
"Name": "Google Search Plus",
"Description": "Plugin for searching Google and navigating directly to the search results.",
"Author": "mikemorain",
"Version": "1.0.3",
"Language": "csharp",
"Website": "https://github.com/jjw24/Wox.Plugin.GoogleSearch",
"UrlDownload": "https://github.com/jjw24/Wox.Plugin.GoogleSearch/releases/download/v1.0.3/Wox.Plugin.GoogleSearch.zip",
"UrlSourceCode": "https://github.com/jjw24/Wox.Plugin.GoogleSearch/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/jjw24/Wox.Plugin.GoogleSearch@master/Wox.Plugin.GoogleSearch/images/icon.png"
},
{
"ID": "176690627AB54C8381A7FD99A3519F42",
"Name": "Plugin Runner",
"Description": "Create simple command shortcuts",
"Author": "Jesse Barocio (@jessebarocio)",
"Version": "2.2.3",
"Language": "csharp",
"Website": "https://github.com/jjw24/Wox.Plugin.Runner",
"UrlDownload": "https://github.com/jjw24/Wox.Plugin.Runner/releases/download/v2.2.3/Wox.Plugin.Runner.zip",
"UrlSourceCode": "https://github.com/jjw24/Wox.Plugin.Runner/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/jjw24/Wox.Plugin.Runner@master/Wox.Plugin.Runner/Images/gear.png"
},
{
"ID": "c3406b5c-22f0-4984-b018-3dae897cab3f",
"Name": "Dictionary",
"Description": "English dictionary, word correction and synonym.",
"Author": "Harry Yu",
"Version": "2.2.3",
"Language": "csharp",
"Website": "https://github.com/harrynull/Flow.Launcher.Dictionary",
"UrlDownload": "https://github.com/harrynull/Flow.Launcher.Dictionary/releases/download/v2.2.3/Dictionary.zip",
"UrlSourceCode": "https://github.com/harrynull/Flow.Launcher.Dictionary/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/harrynull/Flow.Launcher.Dictionary@main/Images/plugin.png"
},
{
"ID": "SY91U1N7H9D0X1DTZ8IOP4YV43KT7C5M",
"Name": "SpotifyPremium",
"Description": "Spotify Premium for Flow Launcher",
"Author": "Frank W. (@fow5040)",
"Version": "1.1.2",
"Language": "csharp",
"Website": "https://github.com/fow5040/Flow.Launcher.Plugin.SpotifyPremium",
"UrlDownload": "https://github.com/fow5040/Flow.Launcher.Plugin.SpotifyPremium/releases/download/v1.1.2/Flow.Launcher.Plugin.SpotifyPremium.zip",
"UrlSourceCode": "https://github.com/fow5040/Flow.Launcher.Plugin.SpotifyPremium/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/fow5040/Flow.Launcher.Plugin.SpotifyPremium@main/icon.png"
},
{
"ID": "8025ce8b-b1ce-49cd-af48-b343a0df8606",
"Name": "Clipboard History",
"Description": "a Clipboard History Plugin for FlowLauncher",
"Author": "liberize,Xenolphthalein",
"Version": "1.1.1",
"Language": "csharp",
"Website": "https://github.com/liberize/Flow.Launcher.Plugin.ClipboardHistory",
"UrlDownload": "https://github.com/liberize/Flow.Launcher.Plugin.ClipboardHistory/releases/download/v1.1.1/ClipboardHistory-1.1.1.zip",
"UrlSourceCode": "https://github.com/liberize/Flow.Launcher.Plugin.ClipboardHistory/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/liberize/Flow.Launcher.Plugin.ClipboardHistory@master/Images/clipboard.png"
},
{
"ID": "F737A9223560B3C6833B5FFB8CDF78E5",
"Name": "Window Walker",
"Description": "Alt-Tab alternative enabling searching through your windows.",
"Author": "betadele",
"Version": "2.0.2",
"Language": "csharp",
"Website": "https://www.windowwalker.com/",
"UrlDownload": "https://github.com/taooceros/Flow.Plugin.WindowWalker/releases/download/v2.0.2/WindowWalker-2.0.2.zip",
"UrlSourceCode": "https://github.com/taooceros/Microsoft.Plugin.WindowWalker/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/taooceros/Microsoft.Plugin.WindowWalker@master/Images/windowwalker.dark.png"
},
{
"ID": "D2D2C23B084D411DB66FE0C79D6C2A6E",
"Name": "Everything",
"Description": "Search Everything",
"Author": "qianlifeng, orzfly",
"Version": "1.7.2",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything",
"UrlDownload": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything/releases/download/v1.7.2/Flow.Launcher.Plugin.Everything.zip",
"UrlSourceCode": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Everything/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.Plugin.Everything@master/Images/find.png"
},
{
"ID": "9B36CE6181FC47FBB597AA2C29CD9B0A",
"Name": "Colors",
"Description": "Provides HEX and RGB color preview.",
"Author": "qianlifeng, Vladimir Antos, bluray",
"Version": "2.0.1",
"Language": "csharp",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Color",
"UrlDownload": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Color/releases/download/v2.0.1/Color-2.0.1.zip",
"UrlSourceCode": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Color/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.Plugin.Color@main/Images/color.png"
},
{
"ID": "18892B7863AC43ABA27859A5A2866DD8",
"Name": "Currency Converter",
"Description": "Currency converter using the euro and rates at https://www.ecb.europa.eu/",
"Author": "deefrawley",
"Version": "2.0.3",
"Language": "python",
"Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.Currency",
"UrlDownload": "https://github.com/deefrawley/Flow.Launcher.Plugin.Currency/releases/download/v2.0.3/Flow.Launcher.Plugin.Currency.zip",
"UrlSourceCode": "https://github.com/deefrawley/Flow.Launcher.Plugin.Currency/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/deefrawley/Flow.Launcher.Plugin.Currency@main/assets/favicon.ico",
"Tested": true
},
{
"ID": "E2D2C23B084D41D1B6F60EC79D62CAH6",
"Name": "IP Address",
"Description": "Shows your internal and external IP address",
"Author": "ishu3101",
"Version": "1.2.1",
"Language": "csharp",
"Website": "https://github.com/taooceros/Flow.Plugin.IPAddress",
"UrlDownload": "https://github.com/taooceros/Flow.Plugin.IPAddress/releases/download/v1.2.1/Flow.Plugin.IPAddress.zip",
"UrlSourceCode": "https://github.com/taooceros/Flow.Plugin.IPAddress",
"IcoPath": "https://cdn.jsdelivr.net/gh/taooceros/Flow.Plugin.IPAddress@master/ipaddress.png"
},
{
"ID": "D2D2C23B084D411DB66EE0C79D6C2A7C",
"Name": "Flow.Plugin.UrlEncode",
"Description": "urlencode or urldecode a string",
"Author": "cxfksword",
"Version": "1.0",
"Language": "csharp",
"Website": "https://github.com/cxfksword/Wox.Plugin.UrlEncode",
"UrlDownload": "https://github.com/taooceros/Flow.Plugin.UrlEncode/releases/download/v1.0/Flow.Plugin.UrlEncode.zip",
"UrlSourceCode": "https://github.com/taooceros/Flow.Plugin.UrlEncode",
"IcoPath": "https://cdn.jsdelivr.net/gh/taooceros/Flow.Plugin.UrlEncode@master/Images/app.png"
},
{
"ID": "54A6672C06E047A48A7D88C78FA5F13E",
"Name": "Putty",
"Description": "Launch Putty Sessions",
"Author": "Konstantin Zaitcev, Kai Eichinger (@cH40zLord)",
"Version": "2.1.3",
"Language": "csharp",
"Website": "https://github.com/jjw24/Flow.Launcher.Plugin.Putty",
"UrlDownload": "https://github.com/jjw24/Flow.Launcher.Plugin.Putty/releases/download/v2.1.3/Flow.Launcher.Plugin.Putty.zip",
"UrlSourceCode": "https://github.com/jjw24/Flow.Launcher.Plugin.Putty/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/jjw24/Flow.Launcher.Plugin.Putty@master/Flow.Launcher.Plugin.Putty/icon.png"
},
{
"ID": "81b8c8c8-72ef-427c-a9c1-17cf8f1c766c",
"Name": "LibreTranslate",
"Description": "a translation plugin for Flow-Launcher",
"Author": "taooceros",
"Version": "1.0.1",
"Language": "csharp",
"Website": "https://github.com/taooceros/Flow.LibreTranslate",
"UrlDownload": "https://github.com/taooceros/Flow.LibreTranslate/releases/download/v1.0.1/Flow.LibreTranslate.zip",
"UrlSourceCode": "https://github.com/taooceros/Flow.LibreTranslate/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/taooceros/Flow.LibreTranslate@main/Flow.LibreTranslate/Images//pic.png"
},
{
"ID": "F71F6EE367D34BAFB681A9287ACF59EB",
"Name": "Todoist",
"Description": "A plugin to add tasks to todoist.",
"Author": "DanielBV",
"Version": "2.0.1",
"Language": "csharp",
"Website": "https://github.com/jjw24/Wox.Plugin.Todoist",
"UrlDownload": "https://github.com/jjw24/Wox.Plugin.Todoist/releases/download/v2.0.1/Wox.Plugin.Todoist.zip",
"UrlSourceCode": "https://github.com/jjw24/Wox.Plugin.Todoist/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/jjw24/Wox.Plugin.Todoist@master/src/images/icon.png"
},
{
"ID": "5B7E53D506844D2D8B7001AA19F5EF8F",
"Name": "Todos",
"Description": "A simple todo app.",
"Author": "caoyue",
"Version": "2.0.1",
"Language": "csharp",
"Website": "https://github.com/jjw24/Wox.Plugin.Todos",
"UrlDownload": "https://github.com/jjw24/Wox.Plugin.Todos/releases/download/v2.0.1/Wox.Plugin.Todos.zip",
"UrlSourceCode": "https://github.com/jjw24/Wox.Plugin.Todos/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/jjw24/Wox.Plugin.Todos@master/ico/app.png"
},
{
"ID": "1b7c732781f94b748ed08351f8200894",
"Name": "Direct Translate",
"Description": "Translate between any languages supported by textblob.",
"Author": "Drimix20",
"Version": "2.0.1",
"Language": "python",
"Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.DirectTranslate",
"UrlDownload": "https://github.com/deefrawley/Flow.Launcher.Plugin.DirectTranslate/releases/download/2.0.1/Flow.Launcher.Plugin.DirectTranslate-2.0.1.zip",
"UrlSourceCode": "https://github.com/deefrawley/Flow.Launcher.Plugin.DirectTranslate/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/deefrawley/Flow.Launcher.Plugin.DirectTranslate@master/Images/app.png",
"Tested": true
},
{
"ID": "6c22cffe6b3546ec9087abe149c4a575",
"Name": "GitHub",
"Description": "Search Github repositories and users, browse issues and PRs",
"Author": "Ioannis G. (@JohnTheGr8)",
"Version": "1.2.2",
"Language": "fsharp",
"Website": "https://github.com/JohnTheGr8/Flow.Plugin.Github",
"UrlDownload": "https://github.com/JohnTheGr8/Flow.Plugin.Github/releases/download/v1.2.2/Flow.Plugin.Github.zip",
"UrlSourceCode": "https://github.com/JohnTheGr8/Flow.Plugin.Github/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/JohnTheGr8/Flow.Plugin.Github@main/src/icon.png"
},
{
"ID": "b9aaddfa36a948f384b31b4fb6186861",
"Name": "isPrime",
"Description": "Checks if the given arguments are prime numbers",
"Author": "lvonkacsoh",
"Version": "1.3.0",
"Language": "python",
"Website": "https://github.com/lvonkacsoh/Flow.Launcher.Plugin.IsPrime",
"UrlDownload": "https://github.com/lvonkacsoh/Flow.Launcher.Plugin.IsPrime/releases/download/v1.3.0/Flow.Launcher.Plugin.IsPrime.zip",
"UrlSourceCode": "https://github.com/lvonkacsoh/Flow.Launcher.Plugin.IsPrime/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/lvonkacsoh/Flow.Launcher.Plugin.IsPrime@main/assets/icon.png",
"Tested": true
},
{
"ID": "5403b2dc28fb4327aedc9f8c872d9d1f",
"Name": "RollDice",
"Description": "Rolls the given dices and evaluates the expression",
"Author": "lvonkacsoh",
"Version": "1.0.1",
"Language": "python",
"Website": "https://github.com/lvonkacsoh/Flow.Launcher.RollDice",
"UrlDownload": "https://github.com/lvonkacsoh/Flow.Launcher.RollDice/releases/download/v1.0.1/Flow.Launcher.Plugin.RollDice.zip",
"UrlSourceCode": "https://github.com/lvonkacsoh/Flow.Launcher.RollDice/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/lvonkacsoh/Flow.Launcher.RollDice@main/assets/icon.jpg",
"Tested": true
},
{
"ID": "FF2C31D6A47348FFB9ED4EB26F6794E2",
"Name": "Fancy Emoji",
"Description": "Search for emoji and add to your clipboard automatically",
"Author": "Mave",
"Version": "1.0.7",
"Language": "python",
"Website": "https://github.com/Ma-ve/Flow.Launcher.Plugin.FancyEmoji",
"UrlDownload": "https://github.com/Ma-ve/Flow.Launcher.Plugin.FancyEmoji/releases/download/1.0.7/Flow.Launcher.Plugin.FancyEmoji.zip",
"UrlSourceCode": "https://github.com/Ma-ve/Flow.Launcher.Plugin.FancyEmoji/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/Ma-ve/Flow.Launcher.Plugin.FancyEmoji@master/icon.png",
"Tested": true
},
{
"ID": "84ddc2a6d43911e8a8d5f2801f1b9fd1",
"Name": "Timestamp",
"Description": "Show system time and could copy that",
"Author": "Zero <Zeroto521>",
"Version": "1.0.8",
"Language": "python",
"Website": "https://github.com/Garulf/Flow.Launcher.Plugin.Timestamp",
"UrlDownload": "https://github.com/Garulf/Flow.Launcher.Plugin.Timestamp/releases/download/v1.0.8/Flow.Launcher.Plugin.TimeStamp.zip",
"UrlSourceCode": "https://github.com/Garulf/Flow.Launcher.Plugin.Timestamp",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/Flow.Launcher.Plugin.Timestamp@master/assets/favicon.ico",
"Tested": true
},
{
"ID": "73f2c04d-176a-4586-9ff5-69fae63321ef",
"Name": "General Converter",
"Description": "General weights and measures converter",
"Author": "deefrawley",
"Version": "1.1.2",
"Language": "python",
"Website": "https://github.com/deefrawley/Flow.Launcher.Plugin.GenConvert",
"UrlDownload": "https://github.com/deefrawley/Flow.Launcher.Plugin.GenConvert/releases/download/v1.1.2/Flow.Launcher.Plugin.GenConvert.zip",
"UrlSourceCode": "https://github.com/deefrawley/Flow.Launcher.Plugin.GenConvert/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/deefrawley/Flow.Launcher.Plugin.GenConvert@main/assets/favicon.ico",
"Tested": true
},
{
"ID": "B2D2C23B055D411GH66FF0C79D6C2A6H",
"Name": "HA-Commander",
"Description": "Search, and interact with Home Assistant using Wox or Flow Launcher.",
"Author": "Garulf",
"Version": "3.2.1",
"Language": "python",
"Website": "https://github.com/Garulf/HA-Commander",
"UrlDownload": "https://github.com/Garulf/HA-Commander/releases/download/v3.2.1/HA-Commander.zip",
"UrlSourceCode": "https://github.com/Garulf/HA-Commander/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/HA-Commander@main/icons/home-assistant.png",
"Tested": true
},
{
"ID": "28b1bc8d-06e1-4bda-8311-f36e8d4f9915",
"Name": "CPPreference",
"Description": "Search cppreference.com efficiently",
"Author": "Peter Schussheim",
"Version": "1.0.1",
"Language": "csharp",
"Website": "https://github.com/peterschussheim/CPPreference-flow-plugin",
"UrlDownload": "https://github.com/peterschussheim/CPPreference-flow-plugin/releases/download/v1.0.1/Flow.Launcher.Plugin.CPPreference.zip",
"UrlSourceCode": "https://github.com/peterschussheim/CPPreference-flow-plugin/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/peterschussheim/CPPreference-flow-plugin@master/Flow.Launcher.Plugin.CPPreference/icon.png"
},
{
"ID": "8G5CDC9A78EF4A7E667E138F1FC04015",
"ActionKeyword": "mdi",
"Name": "Search-MDI",
"Description": "Search materialdesignicons.com",
"Author": "Garulf",
"Version": "3.0.3",
"Language": "python",
"Website": "https://github.com/Garulf/Search-MDI",
"UrlDownload": "https://github.com/Garulf/Search-MDI/releases/download/v3.0.3/Search-MDI.zip",
"UrlSourceCode": "https://github.com/Garulf/Search-MDI/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/Search-MDI@main/app.png",
"Tested": true
},
{
"ID": "32D9F15C38EE400EA7E3DF57DA15BFD5",
"Name": "Plexy",
"Description": "Search and cast your Plex Media Server Library",
"Author": "Garulf",
"Version": "1.1.0",
"Language": "python",
"Website": "https://github.com/Garulf/plexy",
"UrlDownload": "https://github.com/Garulf/Plexy/releases/download/v1.1.0/Plexy.zip",
"UrlSourceCode": "https://github.com/Garulf/plexy/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/plexy@main/./icons/plex.png",
"Tested": true
},
{
"ID": "4D5DF575E4964C6AAADCF86134F09CC0",
"Name": "Steam Search",
"Description": "Search and launch your Steam Game library",
"Author": "Garulf",
"Version": "4.0.3",
"Language": "python",
"Website": "https://github.com/Garulf/Steam-Search",
"UrlDownload": "https://github.com/Garulf/Steam-Search/releases/download/v4.0.3/Steam-Search.zip",
"UrlSourceCode": "https://github.com/Garulf/Steam-Search/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/Steam-Search@main/plugin/icon/steam-icon.png",
"Tested": true
},
{
"ID": "477F16413D374364A4D5D36DCE68ED45",
"Name": "Twitchy",
"Description": "Search and stream twitch.tv",
"Author": "Garulf",
"Version": "2.1.0",
"Language": "python",
"Website": "https://github.com/Garulf/twitchy",
"UrlDownload": "https://github.com/Garulf/twitchy/releases/download/v2.1.0/twitchy.zip",
"UrlSourceCode": "https://github.com/Garulf/twitchy/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/twitchy@main/icon.png",
"Tested": true
},
{
"ID": "095A6AE3A255532EAAD78F05A71D4981",
"Name": "Quick Uninstaller",
"Description": "A plugin for uninstalling programs",
"Author": "Hogan Lee",
"Version": "2.0.0",
"Language": "CSharp",
"Website": "https://github.com/jjw24/Wox.Plugin.QuickUninstaller",
"UrlDownload": "https://github.com/jjw24/Wox.Plugin.QuickUninstaller/releases/download/v2.0.0/QuickUninstaller.zip",
"UrlSourceCode": "https://github.com/jjw24/Wox.Plugin.QuickUninstaller/tree/master",
"IcoPath": "https://cdn.jsdelivr.net/gh/jjw24/Wox.Plugin.QuickUninstaller@master/QuickUninstaller/Images/UninstallerIcon.png"
},
{
"ID": "3C62514E3C8644D583E3F12202F11161",
"Name": "nexusmods-search",
"Description": "Search Nexusmods.com",
"Author": "Garulf",
"Version": "0.2.3",
"Language": "python",
"Website": "https://github.com/Garulf/nexusmods-search",
"UrlDownload": "https://github.com/Garulf/Nexusmods-Search/releases/download/v0.2.3/Nexusmods-Search.zip",
"UrlSourceCode": "https://github.com/Garulf/nexusmods-search/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/nexusmods-search@main/./icon.png",
"Tested": true
},
{
"ID": "D0DB38F5-0199-4DFC-8A8D-1B22F68C157C",
"ActionKeyword": "*",
"Name": "Favorites",
"Description": "Flow Launcher plugin to define favorite apps, files, folders and URLs.",
"Author": "stax76",
"Version": "1.4",
"Language": "csharp",
"Website": "https://github.com/stax76/Flow.Launcher.Plugin.Favorites",
"UrlDownload": "https://github.com/stax76/Flow.Launcher.Plugin.Favorites/releases/download/v1.4/Flow.Launcher.Plugin.Favorites-v1.4.zip",
"UrlSourceCode": "https://github.com/stax76/Flow.Launcher.Plugin.Favorites/tree/master",
"IcoPath": "https://raw.githubusercontent.com/stax76/Flow.Launcher.Plugin.Favorites/master/Icons/Web.ico"
},
{
"ID": "d6675ca0-9da6-4361-8342-95564214cd04",
"Name": "Number Converter",
"Description": "Convert numbers between dec/oct/hex/bin",
"Author": "liberize",
"Version": "1.0.1",
"Language": "python",
"Website": "https://github.com/liberize/Flow.Launcher.Plugin.NumberConverter",
"UrlDownload": "https://github.com/liberize/Flow.Launcher.Plugin.NumberConverter/releases/download/v1.0.1/Flow.Launcher.Plugin.NumberConverter.zip",
"UrlSourceCode": "https://github.com/liberize/Flow.Launcher.Plugin.NumberConverter/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/liberize/Flow.Launcher.Plugin.NumberConverter@main/Images/app.png",
"Tested": true
},
{
"ID": "C7E78C47FA5942E4B7972EAD844F5007",
"Name": "Window Services",
"Description": "Start and stop Windows services.",
"Author": "Garulf",
"Version": "1.1.4",
"Language": "python",
"Website": "https://github.com/Garulf/window-services",
"UrlDownload": "https://github.com/Garulf/window-services/releases/download/v1.1.4/window-services.zip",
"UrlSourceCode": "https://github.com/Garulf/window-services/tree/main",
"IcoPath": "https://github.com/Garulf/window-services/raw/c78cdb4b51c62fb09d860dad143c8773c686c967/icons/cog.png",
"Tested": true
},
{
"ID": "4F31D5DF26984581BDF4213D40860ADF",
"Name": "Windows Dark Mode Toggle",
"Description": "Toggle Window's Dark & Light modes",
"Author": "Garulf",
"Version": "1.0.3",
"Language": "python",
"Website": "https://github.com/Garulf/windows-dark-mode-toggle",
"UrlDownload": "https://github.com/Garulf/windows-dark-mode-toggle/releases/download/v1.0.3/windows-dark-mode-toggle.zip",
"UrlSourceCode": "https://github.com/Garulf/windows-dark-mode-toggle/tree/main",
"IcoPath": "https://github.com/Garulf/windows-dark-mode-toggle/raw/main/icon/light-dark.png",
"Tested": true
},
{
"ID": "747F1A93B6D24CCFBC433BA2455B3BEA",
"Name": "Windows Startup",
"Description": "Control Windows start-up programs.",
"Author": "Garulf",
"Version": "1.0.2",
"Language": "python",
"Website": "https://github.com/Garulf/Windows-Startup",
"UrlDownload": "https://github.com/Garulf/Windows-Startup/releases/download/v1.0.2/Windows-Startup.zip",
"UrlSourceCode": "https://github.com/Garulf/Windows-Startup/tree/main",
"IcoPath": "https://github.com/Garulf/Windows-Startup/raw/main/icons/application.png",
"Tested": true
},
{
"ID": "A4A92BC0C742463187E5CCBA9B849B86",
"Name": "TenorGIF",
"Description": "Search Tenor for amazing GIFs!",
"Author": "Garulf",
"Version": "1.1.2",
"Language": "python",
"Website": "https://github.com/Garulf/TenorGIF",
"UrlDownload": "https://github.com/Garulf/TenorGIF/releases/download/v1.1.2/TenorGIF.zip",
"UrlSourceCode": "https://github.com/Garulf/TenorGIF/tree/main",
"IcoPath": "https://github.com/Garulf/TenorGIF/raw/main/icon.png",
"Tested": true
},
{
"ID": "427af2d93887868f8179665uy661c6c3",
"Name": "Hello World Node.js",
"Description": "TypeScript/JavaScript plugin example using Node.js",
"Author": "Flow Launcher",
"Version": "1.0.0",
"Language": "executable",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldNodeJS",
"UrlDownload": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldNodeJS/releases/download/v1.0.0/Flow.Launcher.Plugin.HelloWorldNodeJS.zip",
"UrlSourceCode": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldNodeJS/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldNodeJS@main/Images/app.png"
},
{
"ID": "F32C0CF0270944AFAC9298BB67E16292",
"Name": "Emoji+",
"Description": "Search and copy the right Emoji for any occasion.",
"Author": "Garulf",
"Version": "1.4.3",
"Language": "python",
"Website": "https://github.com/Garulf/emoji-plus",
"UrlDownload": "https://github.com/Garulf/Emoji-plus/releases/download/v1.4.3/Emoji-plus.zip",
"UrlSourceCode": "https://github.com/Garulf/emoji-plus/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/emoji-plus@main/icon.png",
"Tested": true
},
{
"ID": "525995402BEF4A8CA860D92F6D108092",
"Name": "VS Code Workspaces",
"Description": "Search and open the previously used VS Code workspaces",
"Author": "ricardosantos9521, taooceros",
"Version": "1.1.1",
"Language": "csharp",
"Website": "https://github.com/taooceros/Flow.Plugin.VSCodeWorkspace",
"UrlDownload": "https://github.com/taooceros/Flow.Plugin.VSCodeWorkspace/releases/download/v1.1.1/Flow.Plugin.VSCodeWorkspaces-1.1.1.zip",
"UrlSourceCode": "https://github.com/taooceros/Flow.Plugin.VSCodeWorkspace",
"IcoPath": "https://cdn.jsdelivr.net/gh/taooceros/Flow.Plugin.VSCodeWorkspace@main/Images/code-light.png"
},
{
"ID": "2f4e384e-76ce-45c3-aea2-b16f5e5c328f",
"Name": "Hello World Python",
"Description": "Python Hello World example plugin",
"Author": "Flow Launcher",
"Version": "1.0.0",
"Language": "python",
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython",
"UrlDownload": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/releases/download/v1.0.0/Flow.Launcher.Plugin.HelloWorldPython.zip",
"UrlSourceCode": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldPython@main/Images/app.png",
"Tested": true
},
{
"ID": "02D91372A4C9429B93BA6365E38FBD4C",
"Name": "Epic Games Store Launcher",
"Description": "Launch your Epic Game Store games",
"Author": "Garulf",
"Version": "1.1.0",
"Language": "python",
"Website": "https://github.com/Garulf/Epic-Games-Store-Launcher",
"UrlDownload": "https://github.com/Garulf/Epic-Games-Store-Launcher/releases/download/v1.1.0/Epic-Games-Store-Launcher.zip",
"UrlSourceCode": "https://github.com/Garulf/Epic-Games-Store-Launcher/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/Epic-Games-Store-Launcher@main/icon.png",
"Tested": true
},
{
"ID": "F0DC45CD032F438C9B900679BD9B117A",
"Name": "Obsidian Notes",
"Description": "Search Obsidian notes",
"Author": "Garulf",
"Version": "1.1.3",
"Language": "python",
"Website": "https://github.com/Garulf/obsidian-notes",
"UrlDownload": "https://github.com/Garulf/Obsidian-Notes/releases/download/v1.1.3/Obsidian-Notes.zip",
"UrlSourceCode": "https://github.com/Garulf/obsidian-notes/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/obsidian-notes@main/icon.png",
"Tested": true
},
{
"ID": "51F9B93359B24716BF9D7FCD1CB075B6",
"Name": "Reddit Browser",
"Description": "Search and browse Reddit",
"Author": "Garulf",
"Version": "1.0.2",
"Language": "python",
"Website": "https://github.com/Garulf/reddit-browser",
"UrlDownload": "https://github.com/Garulf/Reddit-Browser/releases/download/v1.0.2/Reddit-Browser.zip",
"UrlSourceCode": "https://github.com/Garulf/reddit-browser/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/reddit-browser@main/icon.png",
"Tested": true
},
{
"ID": "625A2812D5364D708582FDD9ACCD8C93",
"Name": "Playnite",
"Description": "Search and launch your Playnite library.",
"Author": "Garulf",
"Version": "1.5.3",
"Language": "python",
"Website": "https://github.com/Garulf/playnite-plugin",
"UrlDownload": "https://github.com/Garulf/Playnite-Plugin/releases/download/v1.5.3/Playnite-Plugin.zip",
"UrlSourceCode": "https://github.com/Garulf/playnite-plugin/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/playnite-plugin@main/icon.png",
"Tested": true
},
{
"ID": "a56ae6ac-7b3b-47b9-857f-05ff25d29510",
"Name": "Windows Terminal profiles",
"Description": "Windows Terminal profiles launcher",
"Author": "Aviv B.D.",
"Version": "0.0.8",
"Language": "python",
"Website": "https://github.com/paradox00/Flow.Launcher.Plugin.WindowsTerminal",
"UrlDownload": "https://github.com/paradox00/Flow.Launcher.Plugin.WindowsTerminal/releases/download/v0.0.8/Flow.Launcher.Plugin.WindowsTerminal.zip",
"UrlSourceCode": "https://github.com/paradox00/Flow.Launcher.Plugin.WindowsTerminal",
"IcoPath": "https://cdn.jsdelivr.net/gh/paradox00/Flow.Launcher.Plugin.WindowsTerminal@main/Images/app.png",
"Tested": true
},
{
"ID": "9B66F9CD1BF54CBBADCF1ACB378E33BB",
"Name": "Github Notifications",
"Description": "View your github notifications",
"Author": "Garulf",
"Version": "1.0.5",
"Language": "python",
"Website": "https://github.com/Garulf/github-notifications",
"UrlDownload": "https://github.com/Garulf/Github-Notifications/releases/download/v1.0.5/Github-Notifications.zip",
"UrlSourceCode": "https://github.com/Garulf/github-notifications/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/github-notifications@main/icon.png",
"Tested": true
},
{
"ID": "240B648F33DD4105800747A2749E1B5C",
"Name": "Github Quick Launcher",
"Description": "Quickly access your personal repositories and stars.",
"Author": "Garulf",
"Version": "1.5.0",
"Language": "python",
"Website": "https://github.com/Garulf/github-quick-launcher",
"UrlDownload": "https://github.com/Garulf/Github-Quick-Launcher/releases/download/v1.5.0/Github-Quick-Launcher.zip",
"UrlSourceCode": "https://github.com/Garulf/github-quick-launcher/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/github-quick-launcher@main/icon.png",
"Tested": true
},
{
"ID": "9AFBFD39E52F415E9B900E92EC1133E4",
"Name": "Spell Checker",
"Description": "Quickly get spelling suggestions and word definitions.",
"Author": "Garulf",
"Version": "0.0.5",
"Language": "python",
"Website": "https://github.com/Garulf/spell-checker",
"UrlDownload": "https://github.com/Garulf/spell-checker/releases/download/v0.0.5/spell-checker.zip",
"UrlSourceCode": "https://github.com/Garulf/spell-checker/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/spell-checker@main/icon.png",
"Tested": true
},
{
"ID": "898FC7F0-4F38-401B-82E0-A852798C2D59",
"Name": "Kitty",
"Description": "Launch Kitty Sessions.",
"Author": "LostPing",
"Version": "1.0.6",
"Language": "csharp",
"Website": "https://github.com/lostping/Flow.Launcher.Plugin.Kitty",
"UrlDownload": "https://github.com/lostping/Flow.Launcher.Plugin.Kitty/releases/download/v1.0.6/Flow.Launcher.Plugin.Kitty.zip",
"UrlSourceCode": "https://github.com/lostping/Flow.Launcher.Plugin.Kitty/tree/main",
"IcoPath": "https://raw.githubusercontent.com/lostping/Flow.Launcher.Plugin.Kitty/main/icon.png"
},
{
"ID": "a9b5753e-21a6-420f-9dc9-b67ce94ae1e8",
"Name": "Desktop Cleanup",
"Description": "Clean files and folders on the desktop",
"Author": "Umi Uyura",
"Version": "1.0.1",
"Language": "python",
"Website": "https://github.com/umi-uyura/Flow.Launcher.Plugin.DesktopCleanup",
"UrlDownload": "https://github.com/umi-uyura/Flow.Launcher.Plugin.DesktopCleanup/releases/download/v1.0.1/Flow.Launcher.Plugin.DesktopCleanup-1.0.1.zip",
"UrlSourceCode": "https://github.com/umi-uyura/Flow.Launcher.Plugin.DesktopCleanup",
"IcoPath": "https://cdn.jsdelivr.net/gh/umi-uyura/Flow.Launcher.Plugin.DesktopCleanup@main/assets/icon.png",
"Tested": true
},
{
"ID": "258159A0D7A64C7A931CBBD8FB3A6FA6",
"Name": "Sonarr Search",
"Description": "Search your Sonarr server library",
"Author": "Garulf",
"Version": "0.1.0",
"Language": "python",
"Website": "https://github.com/Garulf/sonarr-search",
"UrlDownload": "https://github.com/Garulf/Sonarr-Search/releases/download/v0.1.0/Sonarr-Search.zip",
"UrlSourceCode": "https://github.com/Garulf/sonarr-search/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/sonarr-search@main/icon.png",
"Tested": true
},
{
"ID": "62A7E77D5AC84177AF902C4A5FF10603",
"Name": "BetterTTV Twitch Emotes",
"Description": "Search Twitch.tv emotes via BetterTTV",
"Author": "Garulf",
"Version": "0.0.2",
"Language": "python",
"Website": "https://github.com/Garulf/Betterttv-twitch-emotes",
"UrlDownload": "https://github.com/Garulf/BetterTTV-Twitch-Emotes/releases/download/v0.0.2/BetterTTV-Twitch-Emotes.zip",
"UrlSourceCode": "https://github.com/Garulf/Betterttv-twitch-emotes/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/Betterttv-twitch-emotes@main/icon.png",
"Tested": true
},
{
"ID": "915f45f7747440f7828621bd8ec0f298",
"Name": "DuckDuckGo !bang",
"Description": "Search on thousands of sites directly, with DuckDuckGo bangs",
"Author": "Ioannis G. (@JohnTheGr8)",
"Version": "1.2.0",
"Language": "fsharp",
"Website": "https://github.com/JohnTheGr8/Flow.Plugin.Bang",
"UrlDownload": "https://github.com/JohnTheGr8/Flow.Plugin.Bang/releases/download/v1.2.0/Flow.Plugin.Bang.zip",
"UrlSourceCode": "https://github.com/JohnTheGr8/Flow.Plugin.Bang/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/JohnTheGr8/Flow.Plugin.Bang@main/src/icon.png"
},
{
"ID": "F6B8C1BC8441496798D2CE2BADB0E95E",
"Name": "Browser History",
"Description": "Search your Web Browser history",
"Author": "Garulf",
"Version": "0.1.0",
"Language": "python",
"Website": "https://github.com/Garulf/browser-history",
"UrlDownload": "https://github.com/Garulf/Browser-History/releases/download/v0.1.0/Browser-History.zip",
"UrlSourceCode": "https://github.com/Garulf/browser-history/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/browser-history@main/icon.png",
"Tested": true
},
{
"ID": "76148ECE-AA72-4C68-AFD5-54BA8A3C1F61",
"Name": "Heidi",
"Description": "Launch HeidiSQL Sessions.",
"Author": "LostPing",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/lostping/Flow.Launcher.Plugin.Heidi",
"UrlDownload": "https://github.com/lostping/Flow.Launcher.Plugin.Heidi/releases/download/v1.0.0/Flow.Launcher.Plugin.Heidi.zip",
"UrlSourceCode": "https://github.com/lostping/Flow.Launcher.Plugin.Heidi/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/lostping/Flow.Launcher.Plugin.Heidi@main/icon.png"
},
{
"ID": "42DE0794627A48B2847E6FDF29DD5561",
"Name": "FlowYouTube",
"Description": "Search YouTube.com",
"Author": "Garulf",
"Version": "0.4.0",
"Language": "python",
"Website": "https://github.com/Garulf/FlowYouTube",
"UrlDownload": "https://github.com/Garulf/FlowYouTube/releases/download/v0.4.0/FlowYouTube.zip",
"UrlSourceCode": "https://github.com/Garulf/FlowYouTube/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/FlowYouTube@main/icon.png",
"Tested": true
},
{
"ID": "B75F7BE9E8B544FAB7EADBB581DB7C7B",
"Name": "Base64",
"Description": "Encode or decode a string using Base64 encoding",
"Author": "oSumAtrIX",
"Version": "1.0.0",
"Language": "csharp",
"Website": "https://github.com/oSumAtrIX/Flow.Launcher.Plugin.Base64",
"UrlDownload": "https://github.com/oSumAtrIX/Flow.Launcher.Plugin.Base64/releases/download/v1.0.0/Flow.Launcher.Plugin.Base64.zip",
"UrlSourceCode": "https://github.com/oSumAtrIX/Flow.Launcher.Plugin.Base64/tree/main",
"IcoPath": "https://raw.githubusercontent.com/oSumAtrIX/Flow.Launcher.Plugin.Base64/main/Flow.Launcher.Plugin.Base64/Images/icon.png",
"Tested": true
},
{
"ID": "6361A46C-D08C-49AB-AAA4-D19E1F2ABA0D",
"ActionKeyword": "base",
"Name": "Base Converter",
"Description": "Convert values from one base to another (for example decimal to hexadecimal, etc.)",
"Author": "gissehel",
"Version": "2.0.8",
"Language": "csharp",
"Website": "https://github.com/gissehel/BarLauncher-BaseConverter",
"UrlDownload": "https://github.com/gissehel/BarLauncher-BaseConverter/releases/download/v2.0.8/BarLauncher.BaseConverter.Flow.Launcher-2.0.8.zip",
"UrlSourceCode": "https://github.com/gissehel/BarLauncher-BaseConverter",
"IcoPath": "https://cdn.jsdelivr.net/gh/gissehel/BarLauncher-BaseConverter/BarLauncher.BaseConverter.Flow.Launcher/BarLauncher-BaseConverter-64.png"
},
{
"ID": "5C36ECBD-629E-412B-8DD3-2457EE7C522B",
"ActionKeyword": "work",
"Name": "Workspacer",
"Description": "Create and manage workspaces",
"Author": "gissehel",
"Version": "2.0.6",
"Language": "csharp",
"Website": "https://github.com/gissehel/BarLauncher-Workspacer",
"UrlDownload": "https://github.com/gissehel/BarLauncher-Workspacer/releases/download/v2.0.6/BarLauncher.Workspacer.Flow.Launcher-2.0.6.zip",
"UrlSourceCode": "https://github.com/gissehel/BarLauncher-Workspacer",
"IcoPath": "https://cdn.jsdelivr.net/gh/gissehel/BarLauncher-Workspacer/BarLauncher.Workspacer.Flow.Launcher/BarLauncher-Workspacer-64.png"
},
{
"ID": "CF8389C7-61AC-4387-93DE-370B31BD07EB",
"ActionKeyword": "wap",
"Name": "WebApp launcher",
"Description": "Start a URL in a webapp mode",
"Author": "gissehel",
"Version": "2.0.16",
"Language": "csharp",
"Website": "https://github.com/gissehel/BarLauncher-WebApp",
"UrlDownload": "https://github.com/gissehel/BarLauncher-WebApp/releases/download/v2.0.16/BarLauncher.WebApp.Flow.Launcher-2.0.16.zip",
"UrlSourceCode": "https://github.com/gissehel/BarLauncher-WebApp",
"IcoPath": "https://cdn.jsdelivr.net/gh/gissehel/BarLauncher-WebApp/BarLauncher.WebApp.Flow.Launcher/BarLauncher-WebApp-64.png"
},
{
"ID": "D87F82F1-5A19-46CC-B5CC-50430B2F77AB",
"ActionKeyword": "unit",
"Name": "Unit converter",
"Description": "Convert between physical units",
"Author": "gissehel",
"Version": "2.0.6",
"Language": "csharp",
"Website": "https://github.com/gissehel/BarLauncher-UnitConverter",
"UrlDownload": "https://github.com/gissehel/BarLauncher-UnitConverter/releases/download/v2.0.6/BarLauncher.UnitConverter.Flow.Launcher-2.0.6.zip",
"UrlSourceCode": "https://github.com/gissehel/BarLauncher-UnitConverter",
"IcoPath": "https://cdn.jsdelivr.net/gh/gissehel/BarLauncher-UnitConverter/BarLauncher.UnitConverter.Flow.Launcher/Unitlib-64.png"
},
{
"ID": "62EE2B99A29740B2A8CB6B58D067DBD2",
"Name": "Wallpaper Engine Profile Selector",
"Description": "Change your Wallpaper Engine Profile",
"Author": "Garulf",
"Version": "0.0.2",
"Language": "python",
"Website": "https://github.com/Garulf/wallpaper-engine-profile-selector",
"UrlDownload": "https://github.com/Garulf/Wallpaper-Engine-Profile-Selector/releases/download/v0.0.2/Wallpaper-Engine-Profile-Selector.zip",
"UrlSourceCode": "https://github.com/Garulf/wallpaper-engine-profile-selector/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/wallpaper-engine-profile-selector@main/icon.png",
"Tested": true
},
{
"ID": "B9B8174812E4474D96C148317BE2BFB7",
"Name": "FlowRaindrop",
"Description": "Access Raindrop.io bookmarks with Flow Launcher/Wox",
"Author": "Garulf",
"Version": "0.0.2",
"Language": "python",
"Website": "https://github.com/Garulf/flow-raindrop",
"UrlDownload": "https://github.com/Garulf/Flow-Raindrop/releases/download/v0.0.2/Flow-Raindrop.zip",
"UrlSourceCode": "https://github.com/Garulf/flow-raindrop/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/Garulf/flow-raindrop@main/icon.png",
"Tested": true
},
{
"ID": "90170ddfd94a4c188bc5ff2e3690d0ae",
"Name": "WordReference",
"Description": "WordReference translations (es, en, fr, it)",
"Author": "LeoDupont",
"Version": "1.0.1",
"Language": "executable",
"Website": "https://github.com/LeoDupont/Flow.Launcher.Plugin.WordReference",
"UrlDownload": "https://github.com/LeoDupont/Flow.Launcher.Plugin.WordReference/releases/download/v1.0.1/Flow.Launcher.Plugin.WordReference.zip",
"UrlSourceCode": "https://github.com/LeoDupont/Flow.Launcher.Plugin.WordReference/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/LeoDupont/Flow.Launcher.Plugin.WordReference@main/images/favicon-32x32.png"
},
{
"ID": "6bfc4672-5550-4d40-b2dc-53093a2417a0",
"Name": "DateDiff",
"Description": "Difference between two dates (documentation on website)",
"Author": "LeoDupont",
"Version": "1.1.0",
"Language": "executable",
"Website": "https://github.com/LeoDupont/Flow.Launcher.Plugin.DateDiff",
"UrlDownload": "https://github.com/LeoDupont/Flow.Launcher.Plugin.DateDiff/releases/download/v1.1.0/Flow.Launcher.Plugin.DateDiff.zip",
"UrlSourceCode": "https://github.com/LeoDupont/Flow.Launcher.Plugin.DateDiff/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/LeoDupont/Flow.Launcher.Plugin.DateDiff@main/images/icon.png"
},
{
"ID": "3b42afc0d17f45b98a55e324728252be",
"Name": "Workflowy",
"Description": "Save notes directly into Workflowy",
"Author": "BrunoLM",
"Version": "1.0.0",
"Language": "executable",
"Website": "https://github.com/brunolm/workflowy-wf",
"UrlDownload": "https://github.com/brunolm/workflowy-wf/releases/download/v1.0.0/Flow.Launcher.Plugin.WorkflowyWF.zip",
"UrlSourceCode": "https://github.com/brunolm/workflowy-wf",
"IcoPath": "https://cdn.jsdelivr.net/gh/brunolm/workflowy-wf@v1.0.0/icon.jpg"
},
{
"ID": "5A1E2AA6-1C6A-4130-990E-973FC5795D87",
"Name": "DropboxFinder",
"Description": "A plugin for Flow Launcher to search files directly within Dropbox.",
"Author": "Ameen Altajer",
"Version": "1.1.0",
"Language": "csharp",
"Website": "https://github.com/AmeenAltajer/FlowLauncher.DropboxFinder",
"UrlDownload": "https://github.com/ameenaltajer/FlowLauncher.DropboxFinder/releases/download/v1.1.0/DropboxFinder-1.1.0.zip",
"UrlSourceCode": "https://github.com/ameenaltajer/FlowLauncher.DropboxFinder/",
"IcoPath": "https://cdn.jsdelivr.net/gh/ameenaltajer/FlowLauncher.DropboxFinder@main/Flow.Launcher.Plugin.DropboxFinder/icon.png"
}
]