Dev Environments
Quickly run pre-configured, containerized development environments!
Dev Environmentsとは何ですか?
Dev EnvironmentsはDocker, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Quickly run pre-configured, containerized development environments!」です。
拡張機能のスクリーンショット
Dev Environments拡張機能のCRXファイルをダウンロード
Dev Environments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | gnagpachnalcofcblcgdbofnfakdbeka |
| 公式URL | https://chromewebstore.google.com/detail/dev-environments/gnagpachnalcofcblcgdbofnfakdbeka |
| 説明 | Quickly run pre-configured, containerized development environments! |
| ファイルサイズ | 11.57 KB |
| インストール数 | 1,179 |
| 現在のバージョン | 0.1.4 |
| 最終更新日 | 2022-12-20 |
| 公開日 | 2022-12-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Docker, Inc. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.docker.com/ |
| ヘルプページのURL | https://github.com/docker/dev-envs-extension/issues |
| 対応言語 | 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"
]
}
]
} | |