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.
什麼是Eclipse Che Cloud IDE hosted on OpenShift?
Eclipse Che Cloud IDE hosted on OpenShift是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift.”。
擴展截圖
下載Eclipse Che Cloud IDE hosted on OpenShift擴展crx文件
下載Eclipse Che Cloud IDE hosted on OpenShift擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Eclipse Che Cloud IDE hosted on OpenShift |
ID | fkkgabogjbijdhfbbmdllhoobpeenbjo |
官方網址 | https://chromewebstore.google.com/detail/eclipse-che-cloud-ide-hos/fkkgabogjbijdhfbbmdllhoobpeenbjo |
簡介 | Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift. |
檔案大小 | 6.96 KB |
安裝次數 | 28 |
目前版本 | 4 |
更新時間 | 2019-07-12 |
上架時間 | 2019-07-11 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" } } |