DevSpaces - Dev Environments in EYK

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

Was ist DevSpaces - Dev Environments in EYK?

DevSpaces - Dev Environments in EYK ist eine Chrome-Erweiterung, die von https://devfactory.com entwickelt wurde, und ihr Hauptmerkmal ist "Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.".

Erweiterungsscreenshots

screenshot

DevSpaces - Dev Environments in EYK-Erweiterungs-CRX-Datei herunterladen

Laden Sie DevSpaces - Dev Environments in EYK-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DevSpaces - Dev Environments in EYK DevSpaces - Dev Environments in EYK
ID dmbijlfedfamdpenajngckdlehjighfi
Offizielle URL https://chromewebstore.google.com/detail/devspaces-dev-environment/dmbijlfedfamdpenajngckdlehjighfi
Beschreibung Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.
Dateigröße 43.31 KB
Installationsanzahl 314
Aktuelle Version 1.7
Letztes Update 2020-10-14
Veröffentlichungsdatum 2020-10-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://devfactory.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://devgraph.com/devspaces
URL der Datenschutzrichtlinien-Seite https://devfactory.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}