Clone in VS Code

Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code

Clone in VS Codeคืออะไร?

Clone in VS Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ahnafmahmud.com และคุณลักษณะหลักของมันคือ "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clone in VS Code

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

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

                        A browser extension to clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code with just one click.

All you need is Visual Studio Code installed on your system for this extension to work. Then just click the extension on any GitHub, GitLab or Bitbucket repo and it will open VS Code where it will take you through the rest of the cloning process.

If you use the Insiders version of VS Code, or prefer to use VSCodium/VSCodium Insiders instead of VS Code, you can change which application the extension opens via the options page.                    

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

ชื่อ Clone in VS Code Clone in VS Code
ID bafggjdhleamglhfhbilngjelbnfblof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof
คำอธิบาย Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
ขนาดไฟล์ 11.76 KB
จำนวนการติดตั้ง 314
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2022-08-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ahnafmahmud.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/infinitepower18/clone-in-vscode
URL หน้าช่วยเหลือ https://github.com/infinitepower18/clone-in-vscode/issues
URL หน้านโยบายความเป็นส่วนตัว https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clone in VS Code",
    "description": "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code",
    "version": "1.3.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "author": "Ahnaf Mahmud",
    "homepage_url": "https:\/\/github.com\/infinitepower18\/clone-in-vscode",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/gitlab.com\/*",
        "https:\/\/bitbucket.org\/*"
    ]
}