Dev Environments
Quickly run pre-configured, containerized development environments!
Hvad er Dev Environments?
Dev Environments er en Chrome-udvidelse udviklet af Docker, Inc., og dens hovedfunktion er "Quickly run pre-configured, containerized development environments!".
Udvidelsesskærmbilleder
Download Dev Environments-udvidelses-CRX-fil
Download Dev Environments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gnagpachnalcofcblcgdbofnfakdbeka |
| Officiel URL | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
| Beskrivelse | Quickly run pre-configured, containerized development environments! |
| Filstørrelse | 11.57 KB |
| Antal Installationer | 1,179 |
| Nuværende Version | 0.1.4 |
| Senest Opdateret | 2022-12-20 |
| Udgivelsesdato | 2022-12-19 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Docker, Inc. |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.docker.com/ |
| Hjælpeside-URL | https://github.com/docker/dev-envs-extension/issues |
| Understøttede Sprog | 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"
]
}
]
} | |