Download VSCode extensions as .vsix
Adds a button to download .vsix files from VSCode extension marketplace
What is Download VSCode extensions as .vsix?
Download VSCode extensions as .vsix is a Chrome extension developed by nirnir93, and its main feature is "Adds a button to download .vsix files from VSCode extension marketplace".
Download Download VSCode extensions as .vsix Extension CRX File
Download Download VSCode extensions as .vsix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Download VSCode extensions as .vsix |
ID | nekibmaejlekjjmkohafkghjlonpkope |
Official URL | https://chromewebstore.google.com/detail/download-vscode-extension/nekibmaejlekjjmkohafkghjlonpkope |
Description | Adds a button to download .vsix files from VSCode extension marketplace |
File Size | 3.65 KB |
Installation Count | 396 |
Current Version | 1.1 |
Last Updated | 2017-04-02 |
Publish Date | 2017-04-02 |
Rating | 4.50/5 Total 2 Ratings |
Developer | nirnir93 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download VSCode extensions as .vsix", "version": "1.1", "description": "Adds a button to download .vsix files from VSCode extension marketplace", "content_scripts": [ { "matches": [ "https:\/\/marketplace.visualstudio.com\/items?itemName=*" ], "js": [ "addButton.js" ] } ], "manifest_version": 2 } |