goormIDE: Powerful Code Editor with Container

The Powerful Cloud-based IDE Service

What is goormIDE: Powerful Code Editor with Container?

goormIDE: Powerful Code Editor with Container is a Chrome extension developed by https://ide.goorm.io, and its main feature is "The Powerful Cloud-based IDE Service".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download goormIDE: Powerful Code Editor with Container Extension CRX File

Download goormIDE: Powerful Code Editor with Container extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name goormIDE: Powerful Code Editor with Container goormIDE: Powerful Code Editor with Container
ID ijjkemiomhkpfaekhcjladhkdojlaogc
Official URL https://chromewebstore.google.com/detail/goormide-powerful-code-ed/ijjkemiomhkpfaekhcjladhkdojlaogc
Description The Powerful Cloud-based IDE Service
File Size 945 KB
Installation Count 11,720
Current Version 4.0.0.0
Last Updated 2022-05-24
Publish Date 2020-02-02
Rating 4.52/5 Total 25 Ratings
Developer https://ide.goorm.io
Email [email protected]
Payment Type free
Extension Website https://ide.goorm.io/
Privacy Policy Page URL https://accounts.goorm.io/privacy
Supported Languages 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\/*"
    ]
}