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.
¿Qué es Eclipse Che Cloud IDE hosted on OpenShift?
Eclipse Che Cloud IDE hosted on OpenShift es una extensión de Chrome desarrollada por Unknown, y su función principal es "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Eclipse Che Cloud IDE hosted on OpenShift
Descarga archivos de extensión Eclipse Che Cloud IDE hosted on OpenShift en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Eclipse Che Cloud IDE hosted on OpenShift |
ID | fkkgabogjbijdhfbbmdllhoobpeenbjo |
URL Oficial | https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo |
Descripción | Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. |
Tamaño del Archivo | 6.96 KB |
Cantidad de Instalaciones | 28 |
Versión Actual | 4 |
Última Actualización | 2019-07-12 |
Fecha de Publicación | 2019-07-11 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |