goormIDE: Powerful Code Editor with Container

The Powerful Cloud-based IDE Service

goormIDE: Powerful Code Editor with Containerคืออะไร?

goormIDE: Powerful Code Editor with Container เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ide.goorm.io และคุณลักษณะหลักของมันคือ "The Powerful Cloud-based IDE Service"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย goormIDE: Powerful Code Editor with Container

ดาวน์โหลดไฟล์ส่วนขยาย goormIDE: Powerful Code Editor with Container ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DEVELOP WITH EXCELLENCE
goormIDE is a powerful cloud IDE service to maximize the productivity for developers and teams.
Build your own development environment with just a few clicks. You can turn your ideas into SW anytime, anywhere.

- Edit, build, run and debug on the web-browser.
- Access to the Linux-based container via the fully-featured web-based terminal. 
- Install and configure anything whatever you want, just like your local machine.
- Edit source code in real-time and communicate with other teammates on the same environment.
- If problems occur, just rollback source code at any time.
- Connect your Git/Subversion repositories, easily. 
- Using gui-interface, just clone, edit, commit, push and pull your project.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ goormIDE: Powerful Code Editor with Container goormIDE: Powerful Code Editor with Container
ID ijjkemiomhkpfaekhcjladhkdojlaogc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc
คำอธิบาย The Powerful Cloud-based IDE Service
ขนาดไฟล์ 945 KB
จำนวนการติดตั้ง 11,720
เวอร์ชันปัจจุบัน 4.0.0.0
อัปเดตครั้งล่าสุด 2022-05-24
วันที่เผยแพร่ 2020-02-02
คะแนน 4.52/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://ide.goorm.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ide.goorm.io/
URL หน้านโยบายความเป็นส่วนตัว https://accounts.goorm.io/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "name": "goormIDE: Powerful Code Editor with Container",
    "author": "goorm inc",
    "description": "The Powerful Cloud-based IDE Service",
    "version": "4.0.0.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "goormIDE"
    },
    "permissions": [
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.goorm.io\/*"
    ]
}