Dev Environments
Quickly run pre-configured, containerized development environments!
Was ist Dev Environments?
Dev Environments ist eine Chrome-Erweiterung, die von Docker, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Quickly run pre-configured, containerized development environments!".
Erweiterungsscreenshots
Dev Environments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dev Environments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
Offizielle URL | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
Beschreibung | Quickly run pre-configured, containerized development environments! |
Dateigröße | 11.57 KB |
Installationsanzahl | 1,179 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2022-12-20 |
Veröffentlichungsdatum | 2022-12-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Docker, Inc. |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.docker.com/ |
Hilfeseite URL | https://github.com/docker/dev-envs-extension/issues |
Unterstützte Sprachen | 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" ] } ] } |