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
擴展基本資訊
名稱 | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
官方網址 | 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" ] } ] } |