Dev Environments
Quickly run pre-configured, containerized development environments!
Cos'è Dev Environments?
Dev Environments è un'estensione di Chrome sviluppata da Docker, Inc., e la sua funzione principale è "Quickly run pre-configured, containerized development environments!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dev Environments
Scarica i file di estensione Dev Environments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
URL Ufficiale | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
Descrizione | Quickly run pre-configured, containerized development environments! |
Dimensione del File | 11.57 KB |
Conteggio Installazioni | 1,179 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2022-12-20 |
Data di Pubblicazione | 2022-12-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Docker, Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.docker.com/ |
URL della Pagina di Aiuto | https://github.com/docker/dev-envs-extension/issues |
Lingue Supportate | 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" ] } ] } |