DevSpaces - Dev Environments in EYK
Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.
DevSpaces - Dev Environments in EYKとは何ですか?
DevSpaces - Dev Environments in EYKはhttps://devfactory.comによって開発されたChromeの拡張機能で、その主な機能は「Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.」です。
拡張機能のスクリーンショット
DevSpaces - Dev Environments in EYK拡張機能のCRXファイルをダウンロード
DevSpaces - Dev Environments in EYK拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DevSpaces allows developers to launch github code in a container based IDE and get started with developing code in seconds. No more downloading code to the local machine and setting up a local environment to get started.
拡張機能の基本情報
名前 | DevSpaces - Dev Environments in EYK |
ID | dmbijlfedfamdpenajngckdlehjighfi |
公式URL | https://chromewebstore.google.com/detail/devspaces-dev-environment/dmbijlfedfamdpenajngckdlehjighfi |
説明 | Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project. |
ファイルサイズ | 43.31 KB |
インストール数 | 314 |
現在のバージョン | 1.7 |
最終更新日 | 2020-10-14 |
公開日 | 2020-10-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://devfactory.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://devgraph.com/devspaces |
プライバシーポリシーページのURL | https://devfactory.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DevSpaces - Dev Environments in EYK", "short_name": "DevSpaces", "version": "1.7", "description": "Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.", "icons": { "16": "icons\/devspaces_16x16_trans_bg-01.png", "48": "icons\/devspaces_48x48_trans_bg-01.png", "128": "icons\/devspaces_128x128_trans_bg-01.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*", "*:\/\/*.gitlab.com\/*", "*:\/\/*.bitbucket.org\/*", "*:\/\/*.gitpod.io\/*", "*:\/\/*.web-ide.devfactory.com\/*", "*:\/\/*.trilogy.devspaces.com\/*" ], "js": [ "dist\/bundles\/gitpodify.bundle.js" ] } ], "browser_action": { "default_icon": { "16": "icons\/devspaces_16x16_trans_bg-01.png", "48": "icons\/devspaces_48x48_trans_bg-01.png", "128": "icons\/devspaces_128x128_trans_bg-01.png" }, "default_title": "DevSpaces" }, "background": { "scripts": [ "dist\/bundles\/background.bundle.js" ] }, "options_ui": { "page": "src\/options\/options.html" }, "permissions": [ "activeTab", "storage" ] } |