-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathextensions.json
More file actions
813 lines (813 loc) · 39.5 KB
/
extensions.json
File metadata and controls
813 lines (813 loc) · 39.5 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
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/.github/schemas/gallery.schema.json",
"version": "1.0",
"generatedAt": "2026-04-15T12:13:22Z",
"extensionCount": 24,
"extensions": [
{
"id": "advaith.currency-converter",
"title": "Currency Converter for Command Palette",
"shortDescription": "Convert real and crypto currencies.",
"description": "Need to convert currencies on the fly without breaking your workflow? Currency Converter for Command Palette is a fast, lightweight extension for the Windows Command Palette that lets you seamlessly translate between global fiat money and cryptocurrencies. Instead of opening a browser tab, simply pull up your command palette, type in your amount, and get instant, accurate results. Whether you are using natural language, currency symbols, or even doing quick inline math before a conversion, this tool handles it effortlessly.",
"author": {
"name": "Advaith A J",
"url": "https://github.com/advaith3600"
},
"homepage": "https://github.com/Advaith3600/Command-Palette-Currency-Converter",
"tags": [
"currency",
"converter",
"crypto",
"currency-converter"
],
"categories": [
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "winget",
"id": "advaith.CurrencyConverterCommandPalette"
},
{
"type": "msstore",
"id": "9PC2T04G3V9C"
},
{
"type": "url",
"uri": "https://github.com/Advaith3600/Command-Palette-Currency-Converter/releases"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/advaith/currency-converter/icon.png",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/advaith/currency-converter/screenshots/01-screenshot-demo.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/advaith/currency-converter/screenshots/02-screenshot.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/advaith/currency-converter/screenshots/03-screenshot.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/advaith/currency-converter/screenshots/04-screenshot.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/advaith/currency-converter/screenshots/05-screenshot.png"
],
"addedAt": "2026-04-15"
},
{
"id": "baldbeardedbuilder.weather",
"title": "Weather for Command Palette",
"shortDescription": "Current conditions, hourly forecasts, and multi-day forecasts right from Command Palette.",
"description": "Bring your weather conditions and forecasts to your fingertips with the Weather extension for Command Palette.\n\nSearch locations or save your favorite to see current, hourly, or the 7-day weather forecast. View temperature, feels like, humidity, wind speed, and conditions for any location worldwide.\n\nWeather for Command Palette also integrates with Command Palette's dock feature, showing your current conditions and providing a quick overview window with a 3-hour and 3-day forecast.\n\nConfigurable units for temperature (Fahrenheit/Celsius), wind speed (mph/km/h), and adjustable update intervals. Weather data provided by Open-Meteo — free and no API key required.",
"author": {
"name": "Michael Jolley",
"url": "https://github.com/michaeljolley"
},
"homepage": "https://github.com/michaeljolley/WeatherExtension",
"tags": [
"weather",
"forecast",
"temperature",
"dock"
],
"categories": [
"news-and-weather",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9N01D6BS9V98"
},
{
"type": "winget",
"id": "BaldBeardedBuilder.WeatherforCommandPalette"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/baldbeardedbuilder/weather/icon.png",
"addedAt": "2026-04-12"
},
{
"id": "davidegiacometti.edge-favorites",
"title": "Edge Favorites",
"shortDescription": "Open Microsoft Edge favorites in Command Palette.",
"description": "Quickly open Microsoft Edge favorites, folders, and workspaces from the Command Palette while staying in your current workflow, using a smooth keyboard-first experience.\n\nSupports all release channels.",
"author": {
"name": "davidegiacometti",
"url": "https://github.com/davidegiacometti"
},
"homepage": "https://github.com/davidegiacometti/CmdPal-Extensions",
"tags": [
"microsoft",
"edge",
"browser",
"favorites",
"bookmarks"
],
"categories": [
"productivity"
],
"installSources": [
{
"type": "winget",
"id": "davidegiacometti.EdgeFavoritesForCmdPal"
},
{
"type": "url",
"uri": "https://github.com/davidegiacometti/CmdPal-Extensions/releases"
},
{
"type": "msstore",
"id": "9NQWBR1DJ2PQ"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/edge-favorites/icon.png",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/edge-favorites/screenshots/01-dark.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/edge-favorites/screenshots/02-settings.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/edge-favorites/screenshots/03-light.png"
],
"addedAt": "2026-04-15"
},
{
"id": "davidegiacometti.visual-studio",
"title": "Visual Studio",
"shortDescription": "Open Visual Studio recents from Command Palette.",
"description": "Quickly open Visual Studio recents from the Command Palette while staying in your current workflow, using a smooth keyboard-first experience.\n\nSupports Visual Studio 2019, 2022, and 2026 across all editions and release channels.",
"author": {
"name": "davidegiacometti",
"url": "https://github.com/davidegiacometti"
},
"homepage": "https://github.com/davidegiacometti/CmdPal-Extensions",
"tags": [
"microsoft",
"visual-studio"
],
"categories": [
"developer-tools",
"productivity"
],
"installSources": [
{
"type": "winget",
"id": "davidegiacometti.VisualStudioForCmdPal"
},
{
"type": "url",
"uri": "https://github.com/davidegiacometti/CmdPal-Extensions/releases"
},
{
"type": "msstore",
"id": "9P0P3JXP7M3G"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/visual-studio/icon.png",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/visual-studio/screenshots/01-dark.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/visual-studio/screenshots/02-settings.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/davidegiacometti/visual-studio/screenshots/03-light.png"
],
"addedAt": "2026-04-15"
},
{
"id": "jiripolasek.change-case",
"title": "Change Case for Command Palette",
"shortDescription": "Transform text case with camelCase, PascalCase, snake_case, kebab-case, UPPER, lower, title, and more.",
"description": "Effortlessly transform text case without leaving the Command Palette. Instantly change the case of text from your clipboard or text entered directly into the Command Palette—no need to switch apps or use additional tools.\n\nChoose from a wide array of case transformations, including Capital Case, Title Case (Chicago style), UPPER CASE, lower case, Sentence case, rAndOm cAsE, sWAP cASE, and more. Developers will appreciate technical options like camelCase, CONSTANT_CASE, Header-Case, kebab-case, PascalCase, and snake_case.\n\nThe extension also remembers your last used transformations, making it quick and easy to access your most common actions without searching through menus.\n\nTake control over text formatting with separator transformations such as dot.case, path/case, and path\\case\\with\\backslash. Easily clean up your text by removing diacritics, special symbols, and duplicate spaces, tabs, or lines.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/ChangeCaseExtension",
"tags": [
"text",
"case-converter",
"developer-tools"
],
"categories": [
"developer-tools",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9PK6S30QBKVK"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/change-case/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.colors",
"title": "Colors for Command Palette",
"shortDescription": "Visualize, convert, and manipulate colors instantly from Command Palette.",
"description": "Instant color visualization, conversion, and manipulation directly within the Command Palette. Effortlessly preview, transform, and work with colors—no need to leave your workflow.\n\nConvert between color formats including HEX, RGB, HSL, and more. Preview colors in real time as you type, pick colors from the screen, and copy values in your preferred format.\n\nPerfect for designers and developers who need quick access to color tools without switching applications.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/ColorsExtension",
"tags": [
"colors",
"hex",
"rgb",
"design"
],
"categories": [
"developer-tools",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9NDDQK5VVLNB"
},
{
"type": "winget",
"id": "JiriPolasek.ColorsforCommandPalette"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/colors/icon.svg",
"addedAt": "2026-04-12"
},
{
"id": "jiripolasek.dev-numbers",
"title": "Dev Numbers for Command Palette",
"shortDescription": "Convert and calculate numeric values across decimal, hex, octal, and binary formats.",
"description": "A powerful tool for converting and calculating numeric values across various number systems. Whether you’re a developer, engineer, or tech enthusiast, this extension simplifies numeric manipulation with seamless input recognition and smart format handling.\n\nDev Numbers supports conversions between decimal, hexadecimal, octal, and binary formats, and automatically detects numerous format styles, including those used in C, C++, C#, Visual Basic, and more. It even accommodates format suffixes and special characters for maximum flexibility.\n\nYou can also specify bit lengths for accurate truncation or representation of negative numbers, making it ideal for low-level development tasks. With Dev Numbers, working with complex numeric formats is easier, faster, and more intuitive.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/DevNumbersExtension",
"tags": [
"numbers",
"converter",
"developer-tools",
"hex"
],
"categories": [
"developer-tools",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9PFN6H5D5XPN"
},
{
"type": "winget",
"id": "JiriPolasek.DevNumbersforCommandPalette"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/dev-numbers/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.errors-and-codes",
"title": "Errors and Codes for Command Palette",
"shortDescription": "Look up NTSTATUS, HRESULT, and Windows error codes with detailed explanations.",
"description": "Instantly make sense of cryptic error codes! Quickly access clear, detailed explanations of NTSTATUS, HRESULT, and other common Microsoft and Windows error codes—right from the Command Palette.\n\nWhether you’re debugging, troubleshooting, or just curious, simply type or paste an error code in any format (hex, decimal, signed, or unsigned) and let the tool do the rest. The extension automatically detects the format and finds all relevant representations across a variety of Microsoft products.\n\nDrawing on authoritative sources like Winerror.h and Setupapi.h from Windows SDK 10.0.26100, this extension ensures you have the context you need, when you need it. While the database is extensive, it may not cover every possible error code.\n\nSpend less time searching, and more time solving problems—with error details just a keystroke away.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/ErrorsAndCodesExtension",
"tags": [
"errors",
"debugging",
"developer-tools",
"windows"
],
"categories": [
"developer-tools",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9P2NM9KVRD3G"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/errors-and-codes/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.media-controls",
"title": "Media Controls for Command Palette",
"shortDescription": "Control media playback and switch between apps playing audio or video directly from Command Palette.",
"description": "Take full control of your media playback without ever leaving your workflow. Manage audio and video seamlessly across your favorite apps—all from one convenient place. Instantly play, pause, skip tracks, or jump back, and easily switch between open media players.\n\nSupports popular applications including Apple Music, Spotify, foobar2000, VLC UWP, Media Player, Microsoft Edge, Google Chrome and other web browsers, Netflix, Disney+, HBO Max, SkyShowtime, Amazon Prime Video and other video players, YouTube, SoundCloud and other web players, and many more.\n\nWith intuitive commands for shuffle, loop, and quick player switching, it’s the perfect companion for anyone who juggles multiple media sources while working.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/MediaControlsExtension",
"tags": [
"media",
"playback",
"audio",
"music"
],
"categories": [
"entertainment",
"music"
],
"installSources": [
{
"type": "msstore",
"id": "9N3BQ81G19K7"
},
{
"type": "winget",
"id": "JiriPolasek.MediaControlsforCommandPalette"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/media-controls/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.qr-codes",
"title": "QR Codes for Command Palette",
"shortDescription": "Generate, scan, and decode QR codes for URLs, text, email, phone numbers, and contacts.",
"description": "Instantly create, scan, and manage QR codes right from the Command Palette—no need to open another app or website. Generate QR codes for URLs, text, and more with just a few keystrokes. Whether you’re sharing information with colleagues or quickly transferring data to your mobile device, it’s the fastest way to get it done.\n\nGenerate QR codes for a wide range of data types—including URLs, email addresses, phone numbers, and contact cards—and scan or decode QR codes directly from your screen or images in your clipboard. All generated QR codes are crisp, high-quality, and ready to use anywhere.\n\nIt’s fast, efficient, and works entirely offline for your privacy. Perfect for developers, IT pros, educators, or anyone who frequently needs to generate QR codes without breaking their workflow.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/QRCodesExtension",
"tags": [
"qr-code",
"generator",
"scanner",
"utility"
],
"categories": [
"utilities-and-tools",
"productivity"
],
"installSources": [
{
"type": "msstore",
"id": "9NF4DFZKW6BS"
},
{
"type": "winget",
"id": "JiriPolasek.QRCodesforCommandPalette"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/qr-codes/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.recent-files",
"title": "Recent Files for Command Palette",
"shortDescription": "Quickly access your most recently opened files directly from Command Palette.",
"description": "Provides quick access to recently opened files directly from the Command Palette. Browse your file history and reopen documents, projects, and other files without navigating through folders or searching your system.\n\nThe extension integrates with the Windows recent files list, giving you instant access to your most frequently used files right where you need them.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/RecentFilesExtension",
"tags": [
"files",
"recent",
"productivity",
"quick-access"
],
"categories": [
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9NV6ZG7C7S9L"
},
{
"type": "winget",
"id": "JiriPolasek.RecentFilesforCommandPalette"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/recent-files/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.symbols-and-emojis",
"title": "Symbols and Emojis for Command Palette",
"shortDescription": "Search and insert Unicode symbols, emojis, and special characters with code points and details.",
"description": "Need to quickly find and use a symbol, emoji, or special character? This extension brings a full Unicode character explorer right into your Command Palette. Instantly search for any emoji, symbol, or Unicode character by name or category, view detailed character info, and copy it to your clipboard with a click.\n\nWhether you're a developer, designer, or power user, this tool saves time by providing code points, escape sequences, HTML entities, and LaTeX representations all in one place. No need to open a separate app or website—everything is accessible right from your workspace.\n\nPerfect for coding, writing documentation, creating content, or simply spicing up your messages with emojis.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://apps.microsoft.com/detail/9NZ06M9CNV77",
"tags": [
"emoji",
"unicode",
"symbols",
"characters"
],
"categories": [
"utilities-and-tools",
"productivity"
],
"installSources": [
{
"type": "msstore",
"id": "9NZ06M9CNV77"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/symbols-and-emojis/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.toggle-dark-mode",
"title": "Toggle Dark Mode for Command Palette",
"shortDescription": "Quickly toggle Windows or application dark mode directly from Command Palette.",
"description": "Toggle dark mode quickly from Command Palette. Switch between light and dark color modes for Windows or individual applications with a single command.\n\nSet color mode for the system and applications together or separately, and configure the default behavior to suit your needs. Perfect for quickly adapting your display to different lighting conditions or personal preferences.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://github.com/jiripolasek/ToggleDarkModeExtension",
"tags": [
"dark-mode",
"theme",
"appearance",
"utility"
],
"categories": [
"personalization"
],
"installSources": [
{
"type": "msstore",
"id": "9MZSV48WJM71"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/toggle-dark-mode/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "jiripolasek.unit-converter",
"title": "Unit Converter for Command Palette",
"shortDescription": "Convert between common units of measurement like length, weight, time, volume, and area.",
"description": "Stop switching between apps or browsing the web for simple conversions. With Unit Converter for Command Palette, you can instantly convert between common units of measurement—right within your workflow.\n\nEasily convert between length, weight, time, volume, area, temperature, speed, and more without interrupting your flow. Simply open the Command Palette, type your query (like \"10 km in miles\"), and get results in real-time.\n\nWhether you're a developer, student, or multitasker, this extension helps you stay focused by delivering fast and accurate unit conversions. Perfect for anyone needing quick conversions without clutter or distraction.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"homepage": "https://apps.microsoft.com/detail/9N46RM40VR8D",
"tags": [
"converter",
"units",
"measurement",
"utility"
],
"categories": [
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9N46RM40VR8D"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jiripolasek/unit-converter/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "linycv.everythingcmdpal",
"title": "EverythingCmdPal",
"shortDescription": "Everything search extension for Command Palette.",
"description": "EverythingCommandPalette (ECP) is an extension for the program PowerToys Command Palette (CmdPal). ECP adds the ability to search the computer for files and folders using Everything inside CmdPal",
"author": {
"name": "Victor (Yu Chieh) Lin",
"url": "https://github.com/lin-ycv"
},
"homepage": "https://github.com/lin-ycv/EverythingCommandPalette",
"tags": [
"everything",
"search",
"ecp",
"files"
],
"categories": [
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9N2DRHJ970D9"
},
{
"type": "winget",
"id": "lin-ycv.EverythingCmdPal"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/linycv/everythingcmdpal/icon.png",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/linycv/everythingcmdpal/screenshots/01.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/linycv/everythingcmdpal/screenshots/02.png"
],
"addedAt": "2026-04-15"
},
{
"id": "michaeljolley.random-dad-jokes",
"title": "Random Dad Jokes for Command Palette",
"shortDescription": "Smile or groan with a random dad joke delivered right in Command Palette.",
"description": "Laugh or groan at a random dad joke, delivered right to your Command Palette. A fun, lightweight extension that fetches a new dad joke on demand—perfect for a quick break or to share a chuckle with colleagues.\n\nJust open the Command Palette and get an instant dose of humor without leaving your workflow.",
"author": {
"name": "Michael Jolley",
"url": "https://github.com/michaeljolley"
},
"homepage": "https://github.com/michaeljolley/CmdPalExtensions",
"tags": [
"jokes",
"dad-jokes",
"humor",
"fun"
],
"categories": [
"entertainment"
],
"installSources": [
{
"type": "winget",
"id": "MichaelJolley.RandomDadJokesForCmdPal"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/michaeljolley/random-dad-jokes/icon.png",
"addedAt": "2026-04-12"
},
{
"id": "michaeljolley.random-facts",
"title": "Random Facts for Command Palette",
"shortDescription": "Learn a new random fact every day, right from Command Palette.",
"description": "Learn a random new fact every time you open Command Palette. A fun, bite-sized extension that delivers interesting and surprising facts on demand.\n\nPerfect for trivia enthusiasts, curious minds, or anyone who wants to pick up something new during a quick break—without ever leaving their workflow.",
"author": {
"name": "Michael Jolley",
"url": "https://github.com/michaeljolley"
},
"homepage": "https://github.com/michaeljolley/CmdPalExtensions",
"tags": [
"facts",
"trivia",
"learning",
"fun"
],
"categories": [
"entertainment",
"education"
],
"installSources": [
{
"type": "winget",
"id": "MichaelJolley.RandomFactsForCmdPal"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/michaeljolley/random-facts/icon.png",
"addedAt": "2026-04-12"
},
{
"id": "microsoft.azure-extension",
"title": "Azure Extension for Command Palette (Preview)",
"shortDescription": "Access Azure DevOps queries, pull requests, and pipelines directly from Command Palette.",
"description": "Integrate Azure DevOps directly into your Command Palette workflow. Access saved queries, search pull requests, monitor pipeline runs, and manage work items—all without leaving the Command Palette.\n\nSign in with your Azure DevOps credentials to instantly access your saved queries, pull request searches, and pipeline searches. View work item details, pull request statuses, and pipeline results at a glance.\n\nRequires PowerToys with Command Palette (version 0.90.0 or above), Windows 11, and an ARM64 or x64 processor.",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
},
"homepage": "https://github.com/microsoft/CmdPalAzureExtension",
"tags": [
"azure",
"devops",
"pipelines",
"pull-requests"
],
"categories": [
"developer-tools",
"productivity"
],
"installSources": [
{
"type": "winget",
"id": "Microsoft.CmdPalAzureExtension"
},
{
"type": "url",
"uri": "https://github.com/microsoft/CmdPalAzureExtension/releases"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/microsoft/azure-extension/icon.svg",
"addedAt": "2026-04-12"
},
{
"id": "microsoft.github-extension",
"title": "GitHub Extension for Command Palette (Preview)",
"shortDescription": "Access GitHub issues, pull requests, saved queries, and notifications from Command Palette.",
"description": "Bring GitHub into your Command Palette. Access your saved queries, assigned issues, created issues, pull requests, and mentions—all from a single, fast interface without switching to the browser.\n\nSign in via GitHub OAuth to get started. Once connected, your personalized commands appear automatically. Search, browse, and act on your GitHub work items directly from the Command Palette.\n\nRequires PowerToys with Command Palette and Windows 11.",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft"
},
"homepage": "https://github.com/microsoft/CmdPalGitHubExtension",
"tags": [
"github",
"issues",
"pull-requests",
"developer-tools"
],
"categories": [
"developer-tools",
"productivity"
],
"installSources": [
{
"type": "winget",
"id": "Microsoft.CmdPalGitHubExtension"
},
{
"type": "url",
"uri": "https://github.com/microsoft/CmdPalGitHubExtension/releases"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/microsoft/github-extension/icon.png",
"addedAt": "2026-04-12"
},
{
"id": "nickknissen.tailscale-command-palette",
"title": "Tailscale Command Palette",
"shortDescription": "Browse your tailnet, view status, and run common Tailscale actions directly from Command Palette.",
"description": "Bring Tailscale into Command Palette so you can inspect your tailnet and run common actions without leaving your workflow. Browse all visible devices or just your own devices, view connection and local node status, quickly connect or disconnect Tailscale, and open the Tailscale Admin Console.\n\nThe extension also makes device details easy to work with by letting you copy Tailscale IPv4, IPv6, and MagicDNS values, while showing useful metadata such as online state, operating system, current device, exit node status, and SSH availability.\n\nRequires Windows 10 2004 or later, Microsoft PowerToys with Command Palette support, and Tailscale installed with the tailscale CLI available on PATH.",
"author": {
"name": "Nick Nissen",
"url": "https://github.com/nickknissen"
},
"homepage": "https://github.com/nickknissen/TailscaleCommandPalette",
"tags": [
"tailscale",
"networking",
"vpn",
"powertoys",
"devices"
],
"categories": [
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "winget",
"id": "nickknissen.TailscaleCommandPalette"
},
{
"type": "url",
"uri": "https://github.com/nickknissen/TailscaleCommandPalette/releases"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nickknissen/tailscale-command-palette/icon.png",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nickknissen/tailscale-command-palette/screenshots/screenshot-01.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nickknissen/tailscale-command-palette/screenshots/screenshot-02.png"
],
"addedAt": "2026-04-15"
},
{
"id": "nielslaute.event-viewer",
"title": "Event Viewer for Command Palette",
"shortDescription": "Browse and search Windows Event Logs directly from Command Palette — no need to open the full Event Viewer app.",
"description": "Browse and search Windows Event Logs directly from the Command Palette experience. Access all major Windows log categories including Application, Security, Setup, System, and Forwarded Events.\n\nFilter events by severity level—Critical, Error, Warning, Information, or Verbose. View events from configurable time ranges, search by message content or provider name, and see detailed event information including timestamp, provider, event ID, message, machine name, and user info.",
"author": {
"name": "Niels Laute",
"url": "https://github.com/niels9001"
},
"homepage": "https://github.com/niels9001/CmdPal-EventViewer",
"tags": [
"event-viewer",
"logs",
"windows",
"diagnostics",
"system-tools"
],
"categories": [
"developer-tools",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9P2JPD7XDB3C"
},
{
"type": "url",
"uri": "https://github.com/niels9001/CmdPal-EventViewer/releases"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/event-viewer/icon.png",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/event-viewer/screenshots/screenshot1.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/event-viewer/screenshots/screenshot2.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/event-viewer/screenshots/screenshot3.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/event-viewer/screenshots/screenshot4.png"
],
"addedAt": "2026-04-10"
},
{
"id": "nielslaute.git-repositories",
"title": "Git Repositories for Command Palette",
"shortDescription": "Discover and access local git repositories. Open repos in Explorer, VS Code, or Terminal with a single keystroke.",
"description": "Discover your local git repositories and get quick access to open them in Explorer, VS Code, or Terminal. Recursively scans configured root directories to find all your repos.\n\nOpen repos in Windows Explorer, launch VS Code directly at the repository path, or open Windows Terminal at the repo directory. Copy paths to clipboard, filter by name or path in real-time, and pin your favorite repos to the Command Palette Dock for instant access. Theme-aware icons adapt to light and dark themes, and inline setup lets you configure scan paths directly from the extension.",
"author": {
"name": "Niels Laute",
"url": "https://github.com/niels9001"
},
"homepage": "https://github.com/niels9001/CommandPalette-Git",
"tags": [
"git",
"repositories",
"developer-tools",
"productivity"
],
"categories": [
"developer-tools",
"productivity"
],
"installSources": [
{
"type": "msstore",
"id": "9PMGKXL95TVT"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/git-repositories/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "nielslaute.teams-meeting-control",
"title": "Teams Meeting Control for Command Palette",
"shortDescription": "Control Microsoft Teams meetings from Command Palette. Mute, toggle camera, blur background, raise hand, send reactions, and leave calls.",
"description": "Control your Microsoft Teams meetings directly from the Command Palette. Mute, toggle camera, blur your background, send reactions, raise your hand, and leave calls—all without switching to the Teams window.\n\nAll controls appear as a grid in the Command Palette and as quick-action buttons in the Dock when pinned. Supports Like, Love, Applause, Laugh, and Wow reactions.\n\nThis extension communicates with Microsoft Teams via its local third-party device API, the same interface used by hardware devices like the Elgato Stream Deck to control Teams meetings. Only the new Microsoft Teams is supported.",
"author": {
"name": "Niels Laute",
"url": "https://github.com/niels9001"
},
"homepage": "https://github.com/niels9001/Teams-meeting-control-for-Command-Palette",
"tags": [
"teams",
"meetings",
"productivity",
"communication"
],
"categories": [
"social",
"productivity"
],
"installSources": [
{
"type": "msstore",
"id": "9P3055LD9JVD"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/nielslaute/teams-meeting-control/icon.png",
"addedAt": "2026-04-10"
},
{
"id": "tanchekwei.visual-studio-code",
"title": "Visual Studio / Code for Command Palette",
"shortDescription": "Launch Visual Studio solutions and Visual Studio Code (including Cursor, Windsurf, Antigravity) workspaces from a single, unified interface.",
"description": "A unified launcher for Visual Studio solutions and Visual Studio Code workspaces (including support for Cursor, Windsurf, and Google Antigravity).\n\nKey Features:\n- Unified Interface: Access all your projects from one place.\n- Deep Integration: Supports Local, WSL, SSH, and Dev Container workspaces.\n- Smart Launching: Automatically switches to existing windows for Visual Studio solutions.\n- Global Search: Injects top-matching workspaces directly into the Command Palette search.\n- Advanced Pinning: Keep your favorites accessible with 'Pin to Home' and 'Pin to Dock'.\n- Performance Optimized: Built with Native AOT for fast startup and low memory usage.\n- Contextual Actions: Quick access to 'Open as Administrator', 'Open in Terminal', 'Copy Path', and more.",
"author": {
"name": "Chek Wei Tan",
"url": "https://github.com/tanchekwei"
},
"homepage": "https://github.com/tanchekwei/VisualStudioCodeForCommandPalette",
"tags": [
"visual-studio",
"visual-studio-code",
"workspace",
"launcher",
"productivity"
],
"categories": [
"developer-tools",
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9MVLFK6TR4D4"
},
{
"type": "winget",
"id": "15722UsefulApp.WorkspaceLauncherForVSCode"
},
{
"type": "url",
"uri": "https://github.com/tanchekwei/VisualStudioCodeForCommandPalette/releases"
}
],
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/tanchekwei/visual-studio-code/icon.svg",
"screenshotUrls": [
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/tanchekwei/visual-studio-code/screenshots/01-screenshot1.png",
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/tanchekwei/visual-studio-code/screenshots/02-screenshot2.png"
],
"addedAt": "2026-04-15"
}
]
}