Download VSCode extensions as .vsix

Adds a button to download .vsix files from VSCode extension marketplace

Download VSCode extensions as .vsixคืออะไร?

Download VSCode extensions as .vsix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nirnir93 และคุณลักษณะหลักของมันคือ "Adds a button to download .vsix files from VSCode extension marketplace"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download VSCode extensions as .vsix

ดาวน์โหลดไฟล์ส่วนขยาย Download VSCode extensions as .vsix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download VSCode extensions as .vsix Download VSCode extensions as .vsix
ID nekibmaejlekjjmkohafkghjlonpkope
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-vscode-extension/nekibmaejlekjjmkohafkghjlonpkope
คำอธิบาย Adds a button to download .vsix files from VSCode extension marketplace
ขนาดไฟล์ 3.65 KB
จำนวนการติดตั้ง 396
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-04-02
วันที่เผยแพร่ 2017-04-02
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nirnir93
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}