DevSpaces - Dev Environments in EYK

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

Co to jest DevSpaces - Dev Environments in EYK?

DevSpaces - Dev Environments in EYK to rozszerzenie Chrome opracowane przez https://devfactory.com, a jego główną funkcją jest „Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DevSpaces - Dev Environments in EYK

Pobierz pliki rozszerzeń DevSpaces - Dev Environments in EYK w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DevSpaces - Dev Environments in EYK DevSpaces - Dev Environments in EYK
ID dmbijlfedfamdpenajngckdlehjighfi
Oficjalny URL https://chromewebstore.google.com/detail/devspaces-dev-environment/dmbijlfedfamdpenajngckdlehjighfi
Opis Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.
Rozmiar pliku 43.31 KB
Liczba instalacji 314
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2020-10-14
Data Publikacji 2020-10-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://devfactory.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://devgraph.com/devspaces
Adres URL Strony Polityki Prywatności https://devfactory.com/privacy-policy
Obsługiwane Języki 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"
    ]
}