A sleek, fast, and entirely client-side web application for searching and downloading Visual Studio Code extensions (.vsix files) directly from the official Microsoft VS Code Marketplace.
- 🚫 Zero Backend: Runs entirely in the browser using the VS Code Marketplace API. No server required!
- 🎨 Premium Dark UI: Built with TailwindCSS and designed with a developer-first, Command Palette-style aesthetic.
- 📦 Version Matrix: Easily distinguish between stable versions and pre-release versions of extensions.
- 🔌 Offline Support: Perfect for enterprise environments, offline machines, or creating backups of your favorite tools.
- Open the Live App (or run
index.htmllocally in your browser). - 🔍 Enter the name of the extension (e.g.,
Python,Prettier, orGitHub Copilot). - 🖱️ Click Fetch or press Enter.
- ⬇️ Download the exact
.vsixversion you need.
Because the application is completely static, it can be hosted for free anywhere. It is currently deployed via GitHub Pages and Vercel.
This project is open-source and licensed under the MIT License.
Built with ❤️ by Pratik Pathak