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