A Simple WebUI Created with Tailwind for Fetching VSCode Extensions VSIX files from the Marketplace.
You CAN Enable VSIX Download on Marketplace with a simple ublock origin rule:
marketplace.visualstudio.com##+js(rpnt, script, /"(DisableVSCodeDownloadButtonEnabled|Microsoft\.VisualStudio\.Services\.Gallery\.DisableVSCodeDownloadButton)":true/, "$1":false)Thanks to ysfcn
-
Visit the github pages website:
-
Search for your extension 🔍 or paste your extension url from vscode marketplace.
-
Click the download button! 👇
This project includes a GitHub Actions workflow that automatically deploys the website to GitHub Pages whenever changes are pushed to the main branch. The workflow:
- Checks out the repository code
- Copies the files to the gh-pages branch
- Deploys the content to GitHub Pages
To manually trigger a deployment, you can run the workflow from the "Actions" tab in your GitHub repository.