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.

O que é Eclipse Che Cloud IDE hosted on OpenShift?

Eclipse Che Cloud IDE hosted on OpenShift é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Eclipse Che Cloud IDE hosted on OpenShift

Baixe arquivos de extensão Eclipse Che Cloud IDE hosted on OpenShift no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Eclipse Che Cloud IDE hosted on OpenShift Eclipse Che Cloud IDE hosted on OpenShift
ID fkkgabogjbijdhfbbmdllhoobpeenbjo
URL Oficial https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo
Descrição Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.
Tamanho do Arquivo 6.96 KB
Contagem de Instalações 28
Versão Atual 4
Última Atualização 2019-07-12
Data de Publicação 2019-07-11
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}