DevSpaces - Dev Environments in EYK

Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.

What is DevSpaces - Dev Environments in EYK?

DevSpaces - Dev Environments in EYK is a Chrome extension developed by https://devfactory.com, and its main feature is "Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.".

Extension Screenshots

screenshot

Download DevSpaces - Dev Environments in EYK Extension CRX File

Download DevSpaces - Dev Environments in EYK extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DevSpaces - Dev Environments in EYK DevSpaces - Dev Environments in EYK
ID dmbijlfedfamdpenajngckdlehjighfi
Official URL https://chromewebstore.google.com/detail/devspaces-dev-environment/dmbijlfedfamdpenajngckdlehjighfi
Description Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.
File Size 43.31 KB
Installation Count 314
Current Version 1.7
Last Updated 2020-10-14
Publish Date 2020-10-06
Rating 5.00/5 Total 2 Ratings
Developer https://devfactory.com
Email [email protected]
Payment Type free
Extension Website http://devgraph.com/devspaces
Privacy Policy Page URL https://devfactory.com/privacy-policy
Supported Languages 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"
    ]
}