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.
Apa itu Eclipse Che Cloud IDE hosted on OpenShift?
Eclipse Che Cloud IDE hosted on OpenShift adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Eclipse Che Cloud IDE hosted on OpenShift
Unduh file ekstensi Eclipse Che Cloud IDE hosted on OpenShift dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Eclipse Che Cloud IDE hosted on OpenShift |
ID | fkkgabogjbijdhfbbmdllhoobpeenbjo |
URL Resmi | https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo |
Deskripsi | Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. |
Ukuran File | 6.96 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 4 |
Terakhir Diperbarui | 2019-07-12 |
Tanggal Publikasi | 2019-07-11 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |