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.
Co to jest Eclipse Che Cloud IDE hosted on OpenShift?
Eclipse Che Cloud IDE hosted on OpenShift to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eclipse Che Cloud IDE hosted on OpenShift
Pobierz pliki rozszerzeń Eclipse Che Cloud IDE hosted on OpenShift w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Eclipse Che Cloud IDE hosted on OpenShift |
ID | fkkgabogjbijdhfbbmdllhoobpeenbjo |
Oficjalny URL | https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo |
Opis | Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. |
Rozmiar pliku | 6.96 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 4 |
Ostatnia Aktualizacja | 2019-07-12 |
Data Publikacji | 2019-07-11 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |