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.                     擴展基本資訊
| 名稱 |   |  
| ID | dmbijlfedfamdpenajngckdlehjighfi | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |