ailinks:

Zed/extension

Open an extension

Opens a specific extension's page in Zed.

macos · linux · windows · updated 2026-07-12

Format

zed://extension/{extensionId}

Try it

zed://extension/htmlOpen

What you supply

{extensionId}

The extension's id, as listed in Zed's extension registry.

The id from the extension's own extension.toml, which is usually its short name rather than a display title.

The natural thing to put in a project's README next to "this repo needs the X extension".

It opens the extension's page rather than installing it, so the person on the other end still chooses.