Dev Environments
Quickly run pre-configured, containerized development environments!
Dev Environmentsคืออะไร?
Dev Environments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Docker, Inc. และคุณลักษณะหลักของมันคือ "Quickly run pre-configured, containerized development environments!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dev Environments
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |