Clone in VS Code

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

Co je Clone in VS Code?

Clone in VS Code je rozšíření Chrome vyvinuté https://ahnafmahmud.com, a jeho hlavní funkcí je „Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Clone in VS Code

Stáhněte si soubory rozšíření Clone in VS Code ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Clone in VS Code Clone in VS Code
ID bafggjdhleamglhfhbilngjelbnfblof
Oficiální URL https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof
Popis Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
Velikost souboru 11.76 KB
Počet instalací 314
Aktuální Verze 1.3.1
Poslední Aktualizace 2023-12-19
Datum Vydání 2022-08-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://ahnafmahmud.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/infinitepower18/clone-in-vscode
URL Stránky Nápovědy https://github.com/infinitepower18/clone-in-vscode/issues
URL Stránky Zásad Ochrany Soukromí https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html
Podporované Jazyky 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\/*"
    ]
}