Skip to content

Commit c9a73b1

Browse files
niels9001Copilot
andauthored
Regenerate extensions.json with latest extensions (#106)
* Push * Regenerate extensions.json with latest extensions Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent bd7119c commit c9a73b1

1 file changed

Lines changed: 166 additions & 2 deletions

File tree

extensions.json

Lines changed: 166 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/.github/schemas/gallery.schema.json",
33
"version": "1.0",
4-
"generatedAt": "2026-06-25T16:04:11Z",
5-
"extensionCount": 63,
4+
"generatedAt": "2026-07-03T07:49:40Z",
5+
"extensionCount": 68,
66
"extensions": [
77
{
88
"id": "8lwxpg.process-killer",
@@ -662,6 +662,38 @@
662662
],
663663
"addedAt": "2026-04-27"
664664
},
665+
{
666+
"id": "jantezner.audio-status",
667+
"title": "Audio Status",
668+
"shortDescription": "View and switch Windows audio input and output devices from Command Palette.",
669+
"description": "Audio Status adds quick access to Windows audio input and output device status and switching directly inside Command Palette. It shows the current output and input devices, lists active playback and recording endpoints, and lets you switch defaults without opening Windows sound settings.",
670+
"author": {
671+
"name": "Jan Tezner",
672+
"url": "https://github.com/hansek"
673+
},
674+
"homepage": "https://github.com/hansek/AudioStatusExtension",
675+
"tags": [
676+
"audio",
677+
"sound",
678+
"devices",
679+
"windows"
680+
],
681+
"categories": [
682+
"utilities-and-tools"
683+
],
684+
"installSources": [
685+
{
686+
"type": "msstore",
687+
"id": "9NRHJDKHMQQS"
688+
}
689+
],
690+
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jantezner/audio-status/icon.png",
691+
"screenshotUrls": [
692+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jantezner/audio-status/screenshots/01-dock-status.png",
693+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/jantezner/audio-status/screenshots/02-device-picker.png"
694+
],
695+
"addedAt": "2026-07-03"
696+
},
665697
{
666698
"id": "jdalley.toggle-hdr",
667699
"title": "Toggle HDR",
@@ -1412,6 +1444,71 @@
14121444
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/microsoft/github-extension/icon.png",
14131445
"addedAt": "2026-04-12"
14141446
},
1447+
{
1448+
"id": "n0i0c0k.powertranslator",
1449+
"title": "PowerTranslator",
1450+
"shortDescription": "Translate text quickly from Command Palette.",
1451+
"description": "PowerTranslator is a translation extension for PowerToys Command Palette. It supports quick text translation, clipboard translation, selectable target languages, search suggestions, translation history, Chinese and English text-to-speech, and optional second-language results.",
1452+
"author": {
1453+
"name": "N0I0C0K",
1454+
"url": "https://github.com/N0I0C0K"
1455+
},
1456+
"homepage": "https://github.com/N0I0C0K/PowerTranslator",
1457+
"tags": [
1458+
"translation",
1459+
"language",
1460+
"cmdpal",
1461+
"powertoys",
1462+
"productivity"
1463+
],
1464+
"categories": [
1465+
"productivity",
1466+
"utilities-and-tools"
1467+
],
1468+
"installSources": [
1469+
{
1470+
"type": "msstore",
1471+
"id": "9NWN01SZ6KNK"
1472+
}
1473+
],
1474+
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/n0i0c0k/powertranslator/icon.png",
1475+
"screenshotUrls": [
1476+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/n0i0c0k/powertranslator/screenshots/01-translation.png"
1477+
],
1478+
"addedAt": "2026-07-03"
1479+
},
1480+
{
1481+
"id": "neilsawhney.powerqalc",
1482+
"title": "PowerQalc",
1483+
"shortDescription": "Mixed-unit math, built-in physical constants, and full Qalculate power — right in Command Palette.",
1484+
"description": "PowerQalc brings the Qalculate engine to your Command Palette workflow. Type expressions as you search and get live results — then copy the answer with Enter or save it to history with Ctrl+Enter.\n\nMixed-unit math: Do real arithmetic with incompatible units in one expression — 5 miles + 10 km, 10 mph * 2 hours, (5 ft + 8 in) to cm — then convert when you want. Most calculators make you convert everything first.\n\nBuilt-in constants: Hundreds of physical, chemical, and mathematical constants — use them by name with automatic units. Examples: FineStructure, planck to eV s, proton_mass to MeV/c^2, PlanckLength to nm, k_B to J/K, SpeedOfLight to mph.\n\nSession memory: ans() reuses the previous result; variables persist for the session. Solve equations like 10 mph * x = 20 mi to min.\n\nMore: algebra, calculus, currency, dates, trigonometry, percentages (240 * 15%), and simple conversions like 100 miles to km.\n\nHow it works: Open PowerQalc from Command Palette, type an expression, and results update live. Recent calculations appear when the search box is empty. Usage and help is seeded once in history.\n\nRequirements: Windows 10/11 with PowerToys and Command Palette enabled. Includes the Qalculate CLI (qalc) — no separate install needed.",
1485+
"author": {
1486+
"name": "Neil Sawhney",
1487+
"url": "https://github.com/Neil-Sawhney"
1488+
},
1489+
"homepage": "https://github.com/Neil-Sawhney/PowerQalc",
1490+
"tags": [
1491+
"calculator",
1492+
"math",
1493+
"science",
1494+
"units"
1495+
],
1496+
"categories": [
1497+
"productivity",
1498+
"utilities-and-tools"
1499+
],
1500+
"installSources": [
1501+
{
1502+
"type": "msstore",
1503+
"id": "9MZR396NKKGW"
1504+
}
1505+
],
1506+
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/neilsawhney/powerqalc/icon.png",
1507+
"screenshotUrls": [
1508+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/neilsawhney/powerqalc/screenshots/01-main-view.png"
1509+
],
1510+
"addedAt": "2026-07-03"
1511+
},
14151512
{
14161513
"id": "nickknissen.tableplus-command-palette",
14171514
"title": "TablePlus",
@@ -1611,6 +1708,39 @@
16111708
],
16121709
"addedAt": "2026-05-10"
16131710
},
1711+
{
1712+
"id": "phireforge.paletteshell",
1713+
"title": "PaletteShell",
1714+
"shortDescription": "Run your PowerShell scripts straight from the Windows Command Palette.",
1715+
"description": "PaletteShell turns a folder of PowerShell scripts into searchable, runnable commands inside the Windows Command Palette. Drop your own .ps1 files in and they show up automatically — transform clipboard text, generate GUIDs, format JSON, and automate daily workflows without leaving your keyboard. Scripts with parameters get an auto-generated input form, and rich PowerShell attributes let you add icons, groups, timeouts, admin elevation, confirmation prompts, and output modes (clipboard, toast, Markdown, file, or a searchable live-provider list). Ships with ready-to-use sample scripts and a growing community script library.",
1716+
"author": {
1717+
"name": "phireForge",
1718+
"url": "https://github.com/phireForge"
1719+
},
1720+
"homepage": "https://github.com/paletteShell/PaletteShellExtension",
1721+
"tags": [
1722+
"scripts",
1723+
"automation",
1724+
"workflow",
1725+
"tools",
1726+
"powershell"
1727+
],
1728+
"categories": [
1729+
"productivity",
1730+
"utilities-and-tools"
1731+
],
1732+
"installSources": [
1733+
{
1734+
"type": "msstore",
1735+
"id": "9p0s8ghvwz4v"
1736+
}
1737+
],
1738+
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/phireforge/paletteshell/icon.png",
1739+
"screenshotUrls": [
1740+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/phireforge/paletteshell/screenshots/01-main.png"
1741+
],
1742+
"addedAt": "2026-07-03"
1743+
},
16141744
{
16151745
"id": "poychang.translator",
16161746
"title": "Translator",
@@ -1644,6 +1774,40 @@
16441774
],
16451775
"addedAt": "2026-04-27"
16461776
},
1777+
{
1778+
"id": "qqshi13.quick-notes",
1779+
"title": "Quick Notes",
1780+
"shortDescription": "Quickly create, open, and manage markdown notes",
1781+
"description": "A Command Palette extension for quickly creating, opening, and managing markdown notes. Features templates, recent notes, pinned notes, and customizable editor support.",
1782+
"author": {
1783+
"name": "QQSHI13",
1784+
"url": "https://github.com/QQSHI13"
1785+
},
1786+
"homepage": "https://github.com/QQSHI13/quick-notes",
1787+
"tags": [
1788+
"notes",
1789+
"markdown",
1790+
"productivity",
1791+
"command-palette"
1792+
],
1793+
"categories": [
1794+
"productivity",
1795+
"utilities-and-tools"
1796+
],
1797+
"installSources": [
1798+
{
1799+
"type": "msstore",
1800+
"id": "9P8M54K17J8L"
1801+
}
1802+
],
1803+
"iconUrl": "https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/qqshi13/quick-notes/icon.png",
1804+
"screenshotUrls": [
1805+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/qqshi13/quick-notes/screenshots/01-main.png",
1806+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/qqshi13/quick-notes/screenshots/02-notes.png",
1807+
"https://raw.githubusercontent.com/microsoft/CmdPal-Extensions/main/extensions/qqshi13/quick-notes/screenshots/03-recent.png"
1808+
],
1809+
"addedAt": "2026-07-03"
1810+
},
16471811
{
16481812
"id": "ruslanlap.definition",
16491813
"title": "Definition",

0 commit comments

Comments
 (0)