Clone in VS Code

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

Qu'est-ce que Clone in VS Code ?

Clone in VS Code est une extension Chrome développée par https://ahnafmahmud.com, et sa fonction principale est "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clone in VS Code

Téléchargez les fichiers d'extension Clone in VS Code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Clone in VS Code Clone in VS Code
ID bafggjdhleamglhfhbilngjelbnfblof
URL Officiel https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof
Description Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
Taille du Fichier 11.76 KB
Nombre d'Installations 314
Version Actuelle 1.3.1
Dernière Mise à Jour 2023-12-19
Date de Publication 2022-08-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://ahnafmahmud.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/infinitepower18/clone-in-vscode
URL de la Page d'Aide https://github.com/infinitepower18/clone-in-vscode/issues
URL de la Page de Politique de Confidentialité https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html
Langues Prises en Charge 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\/*"
    ]
}