Open with Visual Studio Code - Github

Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code

Open with Visual Studio Code - Githubคืออะไร?

Open with Visual Studio Code - Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BananiumLabs, Inc และคุณลักษณะหลักของมันคือ "Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open with Visual Studio Code - Github

ดาวน์โหลดไฟล์ส่วนขยาย Open with Visual Studio Code - Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension overrides the "Open in Visual Studio" button on GitHub with Open in Visual Studio Code.

Source code is available here: https://github.com/BananiumLabs/GitHub-VSCodeClone                    

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

ชื่อ Open with Visual Studio Code - Github Open with Visual Studio Code - Github
ID gbnnlkbgnpcphebpbbfdabipmccjfama
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-with-visual-studio-c/gbnnlkbgnpcphebpbbfdabipmccjfama
คำอธิบาย Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code
ขนาดไฟล์ 47.19 KB
จำนวนการติดตั้ง 4,355
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2021-07-02
วันที่เผยแพร่ 2020-06-29
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา BananiumLabs, Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/BananiumLabs/GitHub-VSCodeClone
URL หน้าช่วยเหลือ https://github.com/BananiumLabs/GitHub-VSCodeClone/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open with Visual Studio Code - Github",
    "short_name": "VSCode-gitclone",
    "description": "Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code",
    "version": "1.2.2",
    "version_name": "1.2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "author": "Eric Qian",
    "homepage_url": "https:\/\/enumc.com",
    "manifest_version": 3
}

ส่วนขยายที่เกี่ยวข้อง