A simple web tool to download Visual Studio Code extensions (.vsix files) directly from the Marketplace.
- Search Extensions: Search for extensions by name or keyword directly within the app.
- Direct Download: Enter a Marketplace URL to generate a download link.
- Version Selection: Choose specific versions of an extension to download.
- Open
index.htmlin your web browser. - Search Mode:
- Type an extension name (e.g., "Python", "Prettier").
- Click "Search".
- Select an extension from the list.
- Choose a version and click "Download".
- URL Mode:
- Paste a VS Code Marketplace URL (e.g.,
https://marketplace.visualstudio.com/items?itemName=ms-python.python). - Click "Get Versions".
- Choose a version and click "Download".
- Paste a VS Code Marketplace URL (e.g.,
- HTML5, CSS3, JavaScript (ES6+)
- Bootstrap 5 for styling
- Visual Studio Marketplace API for fetching data
MIT