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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}