src/pages/guides/devtool/plugin-management.md
The UXP Developer Tool allows you to create plugins from templates and add existing ones to your developer workspace.
You can, of course, create a plugin manually -- but using a template can be the fastest way to get started. To create a plugin from the Developer Tool, follow these steps:
23.0.0 as the minimum version in the Host Application Version field. Earlier versions of Photoshop do not support plugins written with UXP. Of course, if your plugin needs features from a later version of Photoshop, you can enter a higher version here.Once the plugin files are created, the plugin will show up in the Tool's workspace.
You're not limited to creating new plugins from the Developer Tool – you can add plugins that you've already started as well.
manifest.json in your plugin folder.If you're building a lot of plugins, you may find that the workspace may be getting cluttered. You can remove a plugin from the workspace by checking the plugin's associated checkbox and clicking Remove Selected (in the upper-right corner).
<InlineAlert variant="info" slots="text"/>Removing a plugin from the Developer Tool's workspace does not remove the plugin from your storage. You can always add the plugin back later.