Dev Environments
Quickly run pre-configured, containerized development environments!
Qu'est-ce que Dev Environments ?
Dev Environments est une extension Chrome développée par Docker, Inc., et sa fonction principale est "Quickly run pre-configured, containerized development environments!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dev Environments
Téléchargez les fichiers d'extension Dev Environments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Dev Environments |
ID | gnagpachnalcofcblcgdbofnfakdbeka |
URL Officiel | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
Description | Quickly run pre-configured, containerized development environments! |
Taille du Fichier | 11.57 KB |
Nombre d'Installations | 1,179 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2022-12-20 |
Date de Publication | 2022-12-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Docker, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.docker.com/ |
URL de la Page d'Aide | https://github.com/docker/dev-envs-extension/issues |
Langues Prises en Charge | 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" ] } ] } |