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 هو إضافة Chrome تم تطويرها بواسطة https://devfactory.com، والميزة الرئيسية لها هي "Describe your dev environment as code and get fully prebuilt dev environments for any GitLab, GitHub and Bitbucket project.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DevSpaces - Dev Environments in EYK

قم بتنزيل ملفات الامتداد DevSpaces - Dev Environments in EYK بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://devgraph.com/devspaces
عنوان صفحة سياسة الخصوصية 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"
    ]
}