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.
Wat is Eclipse Che Cloud IDE hosted on OpenShift?
Eclipse Che Cloud IDE hosted on OpenShift is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.".
Extensie Screenshots
Download het CRX-bestand van de extensie Eclipse Che Cloud IDE hosted on OpenShift
Download Eclipse Che Cloud IDE hosted on OpenShift-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Eclipse Che Cloud IDE hosted on OpenShift |
ID | fkkgabogjbijdhfbbmdllhoobpeenbjo |
Officiële URL | https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo |
Beschrijving | Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. |
Bestandsgrootte | 6.96 KB |
Aantal Installaties | 28 |
Huidige Versie | 4 |
Laatst Bijgewerkt | 2019-07-12 |
Publicatiedatum | 2019-07-11 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |