|
1 | | -# Command Palette Extensions Gallery |
| 1 | +<p align="center"> |
| 2 | + <img src="docs/images/gallery.png" alt="Extension Gallery in Command Palette" width="700" /> |
| 3 | +</p> |
2 | 4 |
|
3 | | -[Command Palette](https://github.com/microsoft/PowerToys) is an extensible, quick-launch tool in Microsoft PowerToys that lets users search, run commands, and interact with extensions right from their desktop. This repository is the community gallery where developers can list their extensions so users can discover and install them directly from within Command Palette. |
| 5 | +<h1 align="center">🎨 Command Palette Extensions Gallery</h1> |
| 6 | +<p align="center"> |
| 7 | + The official community gallery for <a href="https://github.com/microsoft/PowerToys">Command Palette</a> extensions. |
| 8 | +</p> |
| 9 | +<h3 align="center"> |
| 10 | + <a href="#-submit-your-extension">Submit an extension</a> |
| 11 | + <span> · </span> |
| 12 | + <a href="https://learn.microsoft.com/windows/powertoys/command-palette/extensibility-overview">Create your own extension</a> |
| 13 | +</h3> |
4 | 14 |
|
5 | | -## Submit your extension |
| 15 | +🔍 **Discoverable by millions** — your extension shows up right inside Command Palette |
6 | 16 |
|
7 | | -New to building extensions? Check out the [Extension Development docs](https://learn.microsoft.com/en-us/windows/powertoys/command-palette/extensibility-overview) to get started. |
| 17 | +📦 **Host it your way** — publish through winget, the Microsoft Store, or your own download link — you stay in control |
| 18 | + |
| 19 | +🌍 **Open-source & community-driven** — join a growing ecosystem of developers extending Windows productivity |
| 20 | + |
| 21 | +<br/> |
| 22 | + |
| 23 | +## 🛠️ Submit your extension |
| 24 | + |
| 25 | +New to building Command Palette extensions? Check out the [Extension Development docs](https://learn.microsoft.com/windows/powertoys/command-palette/extensibility-overview) to get started. |
8 | 26 |
|
9 | 27 | Once your extension is ready, follow these steps to list it in the gallery: |
10 | 28 |
|
11 | 29 | 1. **Fork** this repository |
12 | 30 | 2. **Create a folder** at `extensions/<your-name>/<extension-name>/` (lowercase, hyphens only) |
13 | 31 | 3. **Add an `extension.json`** with your extension metadata — see the [Contributing Guide](docs/CONTRIBUTING.md) for the full field reference and template |
14 | | -4. **Add an icon** (PNG or SVG, max 100 KB, 256×256 recommended) in the same folder |
15 | | -5. **Publish your extension** to at least one install source: [winget](https://learn.microsoft.com/en-us/windows/powertoys/command-palette/publish-extension), [Microsoft Store](https://learn.microsoft.com/en-us/windows/powertoys/command-palette/publish-extension), or a direct download URL (e.g. a [GitHub Releases](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) page) |
| 32 | +4. **Add an icon** in the same folder |
| 33 | +5. **Publish your extension** to at least one install source: [winget](https://learn.microsoft.com/windows/powertoys/command-palette/publish-extension), [Microsoft Store](https://learn.microsoft.com/windows/powertoys/command-palette/publish-extension), or a direct download URL (e.g. a [GitHub Releases](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) page) |
16 | 34 | 6. **Open a pull request** targeting `main` |
17 | 35 |
|
18 | 36 | CI will validate your submission automatically and the Command Palette team will review your PR. Once merged, your extension will show up in the Command Palette Extension Gallery. |
19 | 37 |
|
20 | 38 | See [`extensions/microsoft/sample-extension/`](extensions/microsoft/sample-extension/) for a complete example. |
21 | 39 |
|
22 | | -## Contributing |
| 40 | +<p align="center"> |
| 41 | + <img src="docs/images/details.png" alt="Extension details page" width="700" /> |
| 42 | +</p> |
| 43 | + |
| 44 | +<br/> |
| 45 | + |
| 46 | +## 🤝 Contributing |
23 | 47 |
|
24 | 48 | This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit the [Microsoft CLA site](https://cla.opensource.microsoft.com). |
25 | 49 |
|
26 | 50 | When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. |
27 | 51 |
|
28 | 52 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
29 | 53 |
|
30 | | -## Trademarks |
| 54 | +<br/> |
| 55 | + |
| 56 | +## ⚖️ Trademarks |
31 | 57 |
|
32 | 58 | This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies. |
0 commit comments