Dev Environments
Quickly run pre-configured, containerized development environments!
Dev Environments란 무엇입니까?
Dev Environments은(는) Docker, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly run pre-configured, containerized development environments!"입니다.
확장 프로그램 스크린샷
Dev Environments 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to quickly jump from a Git repository, branch or PR to a local development environment with the tools you need to test and run your workload — using Dev Environments — by adding a button to Github, Bitbucket and Gitlab, in your browser. Requires: - Docker Desktop version 4.12 or higher Contributing We welcome contributions! The source code for this extension is available at https://github.com/docker/dev-envs-extension/ Issues Please submit issues over https://github.com/docker/dev-envs-extension/issues
확장 프로그램 기본 정보
이름 | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
공식 URL | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
설명 | Quickly run pre-configured, containerized development environments! |
파일 크기 | 11.57 KB |
설치 횟수 | 1,179 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2022-12-20 |
출시 날짜 | 2022-12-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Docker, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.docker.com/ |
도움말 페이지 URL | https://github.com/docker/dev-envs-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dev Environments", "short_name": "Dev Environments", "description": "Quickly run pre-configured, containerized development environments!", "version": "0.1.4", "icons": { "48": "icons\/icon_devenvs.png", "96": "icons\/icon_devenvs.png", "128": "icons\/icon_devenvs.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*", "*:\/\/*.bitbucket.org\/*", "*:\/\/*.gitlab.com\/*" ], "js": [ "dist\/devEnvs.js" ], "css": [ "css\/style.css" ] } ] } |