Dev Environments

Quickly run pre-configured, containerized development environments!

Apa itu Dev Environments?

Dev Environments adalah ekstensi Chrome yang dikembangkan oleh Docker, Inc., dan fitur utamanya adalah "Quickly run pre-configured, containerized development environments!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dev Environments

Unduh file ekstensi Dev Environments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Dev Environments Dev Environments
ID gnagpachnalcofcblcgdbofnfakdbeka
URL Resmi https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka
Deskripsi Quickly run pre-configured, containerized development environments!
Ukuran File 11.57 KB
Jumlah Instalasi 1,179
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2022-12-20
Tanggal Publikasi 2022-12-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Docker, Inc.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.docker.com/
URL Halaman Bantuan https://github.com/docker/dev-envs-extension/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}