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"입니다.
확장 프로그램 스크린샷
Clone in VS Code 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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\/*" ] } |