Eclipse Che Cloud IDE hosted on OpenShift

Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.

ما هو Eclipse Che Cloud IDE hosted on OpenShift؟

Eclipse Che Cloud IDE hosted on OpenShift هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".

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

screenshot

تحميل ملف CRX للإضافة Eclipse Che Cloud IDE hosted on OpenShift

قم بتنزيل ملفات الامتداد Eclipse Che Cloud IDE hosted on OpenShift بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. Eclipse Che is a developer workspace server and cloud IDE built for teams and organizations                    

معلومات أساسية عن التمديد

الاسم Eclipse Che Cloud IDE hosted on OpenShift Eclipse Che Cloud IDE hosted on OpenShift
ID fkkgabogjbijdhfbbmdllhoobpeenbjo
عنوان URL الرسمي https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo
الوصف Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.
حجم الملف 6.96 KB
عدد التثبيتات 28
النسخة الحالية 4
آخر تحديث 2019-07-12
تاريخ النشر 2019-07-11
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4",
    "name": "Eclipse Che Cloud IDE hosted on OpenShift",
    "description": "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.",
    "content_scripts": [
        {
            "js": [
                "options.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "32": "osio32.png"
    }
}