Skip to content

Dextension is a tool that allows you to download VS Code extensions (.vsix files) directly from the VS Code Marketplace. This is particularly useful for offline installation or when you need a specific version of an extension.

Notifications You must be signed in to change notification settings

oeuvars/dextension

Repository files navigation

dextension

dextension preview

overview

this is dextension. it lets you snag vs code extensions (.vsix files) straight from the marketplace. super clutch if you're offline or just need that specific version for codium, cursor or other forks.

features

  • one - grab extensions via marketplace urls
  • two - manual lookup by publisher, name, and version
  • three - pick whatever version you need
  • four - clean and simple ui, no fuss

installation

get it running locally:

# clone the repo
git clone https://github.com/oeuvars/dextension.git

# jump in
cd dextension

# install deps (we use pnpm, dont use npm)
pnpm install

# start it up
pnpm run dev

About

Dextension is a tool that allows you to download VS Code extensions (.vsix files) directly from the VS Code Marketplace. This is particularly useful for offline installation or when you need a specific version of an extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages