Clone in VS Code
Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
Cos'è Clone in VS Code?
Clone in VS Code è un'estensione di Chrome sviluppata da https://ahnafmahmud.com, e la sua funzione principale è "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clone in VS Code
Scarica i file di estensione Clone in VS Code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Clone in VS Code |
ID | bafggjdhleamglhfhbilngjelbnfblof |
URL Ufficiale | https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof |
Descrizione | Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code |
Dimensione del File | 11.76 KB |
Conteggio Installazioni | 314 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2023-12-19 |
Data di Pubblicazione | 2022-08-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://ahnafmahmud.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/infinitepower18/clone-in-vscode |
URL della Pagina di Aiuto | https://github.com/infinitepower18/clone-in-vscode/issues |
URL della Pagina della Politica sulla Privacy | https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html |
Lingue Supportate | 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\/*" ] } |