Clone in VS Code

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

Clone in VS Code là gì?

Clone in VS Code là một tiện ích mở rộng Chrome được phát triển bởi https://ahnafmahmud.com, và tính năng chính của nó là "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clone in VS Code

Tải xuống các tệp mở rộng Clone in VS Code 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clone in VS Code Clone in VS Code
ID bafggjdhleamglhfhbilngjelbnfblof
URL Chính Thức https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof
Mô tả Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
Kích Thước Tệp 11.76 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2022-08-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ahnafmahmud.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/infinitepower18/clone-in-vscode
URL Trang Trợ Giúp https://github.com/infinitepower18/clone-in-vscode/issues
URL Trang Chính Sách Bảo Mật https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}