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.

Vad är Eclipse Che Cloud IDE hosted on OpenShift?

Eclipse Che Cloud IDE hosted on OpenShift är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".

Tilläggsskärmbilder

screenshot

Ladda ner Eclipse Che Cloud IDE hosted on OpenShift-förlängningens CRX-fil

Ladda ner Eclipse Che Cloud IDE hosted on OpenShift-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Eclipse Che Cloud IDE hosted on OpenShift Eclipse Che Cloud IDE hosted on OpenShift
ID fkkgabogjbijdhfbbmdllhoobpeenbjo
Officiell webbadress https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo
Beskrivning Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.
Filstorlek 6.96 KB
Antal Installationer 28
Aktuell Version 4
Senast Uppdaterad 2019-07-12
Publiceringsdatum 2019-07-11
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}