Download VSCode extensions as .vsix
Adds a button to download .vsix files from VSCode extension marketplace
Download VSCode extensions as .vsix là gì?
Download VSCode extensions as .vsix là một tiện ích mở rộng Chrome được phát triển bởi nirnir93, và tính năng chính của nó là "Adds a button to download .vsix files from VSCode extension marketplace".
Tải xuống tệp CRX của tiện ích mở rộng Download VSCode extensions as .vsix
Tải xuống các tệp mở rộng Download VSCode extensions as .vsix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download VSCode extensions as .vsix |
ID | nekibmaejlekjjmkohafkghjlonpkope |
URL Chính Thức | https://chromewebstore.google.com/detail/download-vscode-extension/nekibmaejlekjjmkohafkghjlonpkope |
Mô tả | Adds a button to download .vsix files from VSCode extension marketplace |
Kích Thước Tệp | 3.65 KB |
Số Lần Cài Đặt | 396 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-04-02 |
Ngày Phát Hành | 2017-04-02 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | nirnir93 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |