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"
    }
}