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.
Cos'è Eclipse Che Cloud IDE hosted on OpenShift?
Eclipse Che Cloud IDE hosted on OpenShift è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Eclipse Che Cloud IDE hosted on OpenShift
Scarica i file di estensione Eclipse Che Cloud IDE hosted on OpenShift in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Eclipse Che Cloud IDE hosted on OpenShift |
ID | fkkgabogjbijdhfbbmdllhoobpeenbjo |
URL Ufficiale | https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo |
Descrizione | Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. |
Dimensione del File | 6.96 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 4 |
Ultimo Aggiornamento | 2019-07-12 |
Data di Pubblicazione | 2019-07-11 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |