Query VSCode extensions and download .vsix files in seconds
- 🔍 Fast search through VSCode Marketplace
- ⬇️ Direct .vsix file downloads
- 🖼️ View extension details and icons
- 🚀 Clean and intuitive UI
- 🌙 Light and dark theme support
- Offline installation - Install extensions in environments without Marketplace access
- Version control - Download specific versions of extensions
- Bulk deployment - Prepare extension files for team or organization deployment
- Network restrictions - Use in environments with limited network access
- Enter the extension name or keyword in the search box
- Press Enter or click the search button
- Browse through the search results
- Click "Download .vsix" to get the extension installation file
- Vue 3 - The Progressive JavaScript Framework
- UnoCSS - The instant on-demand Atomic CSS engine
- Nuxt.js - The Intuitive Web Framework
# install dependencies
pnpm install
# start dev server
pnpm dev
# build for production
pnpm buildThis application can be deployed to any static site hosting platform like Vercel, Netlify, or GitHub Pages.
# build for production
pnpm build
# preview production build
pnpm preview