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.

Hvad er Eclipse Che Cloud IDE hosted on OpenShift?

Eclipse Che Cloud IDE hosted on OpenShift er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".

Udvidelsesskærmbilleder

screenshot

Download Eclipse Che Cloud IDE hosted on OpenShift-udvidelses-CRX-fil

Download Eclipse Che Cloud IDE hosted on OpenShift-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Eclipse Che Cloud IDE hosted on OpenShift Eclipse Che Cloud IDE hosted on OpenShift
ID fkkgabogjbijdhfbbmdllhoobpeenbjo
Officiel URL https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo
Beskrivelse Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.
Filstørrelse 6.96 KB
Antal Installationer 28
Nuværende Version 4
Senest Opdateret 2019-07-12
Udgivelsesdato 2019-07-11
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    }
}