Dev Environments
Quickly run pre-configured, containerized development environments!
Wat is Dev Environments?
Dev Environments is een Chrome-extensie ontwikkeld door Docker, Inc., en de belangrijkste functie is "Quickly run pre-configured, containerized development environments!".
Extensie Screenshots
Download het CRX-bestand van de extensie Dev Environments
Download Dev Environments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
Officiële URL | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
Beschrijving | Quickly run pre-configured, containerized development environments! |
Bestandsgrootte | 11.57 KB |
Aantal Installaties | 1,179 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2022-12-20 |
Publicatiedatum | 2022-12-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Docker, Inc. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.docker.com/ |
Help Pagina-URL | https://github.com/docker/dev-envs-extension/issues |
Ondersteunde Talen | 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" ] } ] } |