goormIDE: Powerful Code Editor with Container

The Powerful Cloud-based IDE Service

什麼是goormIDE: Powerful Code Editor with Container?

goormIDE: Powerful Code Editor with Container是由https://ide.goorm.io開發的Chrome擴展程式,該擴展的主要功能是“The Powerful Cloud-based IDE Service”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載goormIDE: Powerful Code Editor with Container擴展crx文件

下載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
官方網址 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\/*"
    ]
}