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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Add a button to Github that opens projects on Red Hat's hosted version of Eclipse Che, running on OpenShift."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eclipse Che Cloud IDE hosted on OpenShift

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}