Dev Environments

Quickly run pre-configured, containerized development environments!

Dev Environments là gì?

Dev Environments là một tiện ích mở rộng Chrome được phát triển bởi Docker, Inc., và tính năng chính của nó là "Quickly run pre-configured, containerized development environments!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dev Environments

Tải xuống các tệp mở rộng Dev Environments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dev Environments Dev Environments
ID gnagpachnalcofcblcgdbofnfakdbeka
URL Chính Thức https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka
Mô tả Quickly run pre-configured, containerized development environments!
Kích Thước Tệp 11.57 KB
Số Lần Cài Đặt 1,179
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2022-12-20
Ngày Phát Hành 2022-12-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Docker, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.docker.com/
URL Trang Trợ Giúp https://github.com/docker/dev-envs-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}