Clone in VS Code

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

Clone in VS Codeとは何ですか?

Clone in VS Codeはhttps://ahnafmahmud.comによって開発されたChromeの拡張機能で、その主な機能は「Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code」です。

拡張機能のスクリーンショット

screenshot

Clone in VS Code拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}