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.”。

扩展截图

screenshot

下载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 Eclipse Che Cloud IDE hosted on OpenShift
ID fkkgabogjbijdhfbbmdllhoobpeenbjo
官方URL 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"
    }
}