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文件
下载Dev Environments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |