Clone in VS Code
Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code
O que é Clone in VS Code?
Clone in VS Code é uma extensão do Chrome desenvolvida por https://ahnafmahmud.com, e sua principal característica é "Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clone in VS Code
Baixe arquivos de extensão Clone in VS Code no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Clone in VS Code |
ID | bafggjdhleamglhfhbilngjelbnfblof |
URL Oficial | https://chromewebstore.google.com/detail/clone-in-vs-code/bafggjdhleamglhfhbilngjelbnfblof |
Descrição | Clone any GitHub, GitLab or Bitbucket repository in Visual Studio Code |
Tamanho do Arquivo | 11.76 KB |
Contagem de Instalações | 314 |
Versão Atual | 1.3.1 |
Última Atualização | 2023-12-19 |
Data de Publicação | 2022-08-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://ahnafmahmud.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/infinitepower18/clone-in-vscode |
URL da Página de Ajuda | https://github.com/infinitepower18/clone-in-vscode/issues |
URL da Página de Política de Privacidade | https://ahnafmahmud.com/apps/CloneInVSCode/PrivacyPolicy.html |
Idiomas Suportados | 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\/*" ] } |